SnapObjects 2.1.0 has the following API changes:
-
The IDataContextOptions interface has two new properties: DelimitIdentifier and TrimSpaces.
-
The ConnectionString property of the IDataContextOptions interface is changed from {get; set;} to {get;}.
-
The OracleDataContextOptions class has a new property: InitialLongFetchSize.
-
New extension methods have been added to IDataContextOptions for the supported database types.
.NET DataStore 2.1.0 has the following API changes:
-
The IDwMeta interface has a new method: CreateFromSql.
-
The Update method of the IDataStoreBase interface has been improved to update data via the dynamically created model (ModelType as DynamicModel).
-
The IDataStore interface has a new method: GetReport.
PowerScript Migrator Framework 1.0.2 has the following API changes:
-
The GetBlocks and SetBlocks methods of DataStoreExtensions have been renamed to GetBlock and SetBlock.
-
Extension methods under PbGlobal have been moved, for example, extension methods for string have been moved from PbGlobal to StringExtensions (likewise, BooleanExtensions, DateTimeExtensions, PbBlobExtensions, TimeSpanExtensions).