advadev Data Storage 1.1.1 – Release Notes
Subject
The objective of this release is to implement enhancements (and bug fixes if necessary)This release allows it to use this component without any limitations. Data objects can be saved in one of 4 different types of generic data storages and they can be published and accessed as WCF services
Features
noneBug fixes
- Method "FindApplicationKeys" of a Service can be called with NULL as credentials: This method has been designed for administrative reasons and it should be possible to call it only if you have matching credentials. If you have provided NULL while calling the method it returned a valid result. This has been fixed. If you provide NULL now an empty list will be returned (ISSUE “#2050”)
- The "Assembly Information" contain out-of-date information: The assembly information of the component had still contained data for version 1.0.0. Those have been updated to the new release (ISSUE “#2051”)
Changes
- Allow all kinds of application keys for XML Directory Data Storages: The XML Directory Data Storage had used an application key straight as directory name. If the application key didn’t fit to the naming conventions for directories an exception had been thrown. The improvement is that only valid application keys will be used as directory names. GUIDs will be used for all other application keys (ISSUE “#2049”)
Notes
- While using the demo-application you must first start the web application with the web service one time for the demo application so that it can be accessed: http://localhost:53251/MemoryDataStorageService.svc
- All unit tests implemented for the SQL server data storage require a connection string in the configuration file of the test project. This must refer to a matching database. With the default configuration those tests will fail