advadev Data Storage 1.1.0 – Release Notes
Subject
The objective of this release is to add new features (and bug fixes if necessary). Additional to that it contains unit tests and demo applicationsFeatures
- XML Directory Data Storage: to save data objects in different XML files (one per object type and application) in one directory(ISSUE "#2037")
Bug fixes
noneChanges
- Error handling for not serializable data objects: If a not xml serializable data object had been saved nothing happened. The object had not been saved and no information was available about that. The improvement is, that an exception will be thrown now(ISSUE "#2046")
Notes
- A demo application has been added. 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
- Unit tests have been added. 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