What's New in SQL Schema Sync
SQL Schema Sync 1.0.0.0 (11.16.2009)
New: Full support for MS SQL Server 2008.
New: Ability to work with new data types:
- DateTime2;
- DateTimeOffset;
- Date;
- Geometry;
- Geography;
- Hierarchyid
- Time.
New: Ability to use Spatial indexes.
New: Simple comparison logic in a predicate in a WHERE clause for the creation of relational index or view for a specified table.
New: Ability to use SPARSE columns and column sets to optimize the work with NULL values.
Improved: Work with stored procedures and user defined functions:-
Ability to define parameters;
- Use of CLR Table-Valued Functions;
- Use of Order by Clause.
New: Table Type which can be defined by a user.
Database Restyle – Application 1.7 (04.17.08)
New: Localization languages:
Improved: Handling of errors occurred when saving database snapshot to a file;
Improved: Detailed description of error when unhandled exception arises;
Improved: Database reverse and synchronization is executed in a separate stream, so it is possible to pause or abort these operations;
Fixed: Connection to server using Sql authentication.
Database Restyle – Application 1.6 (03.27.08)
New: A built-in Database Restyle – Application utility provides the ability of visual synchronization of LINQ To SQL model with database structure. A new data source in the form of .Net assembly containing DataContext types added to the utility;
New: New localizations for the Database Restyle – Application utility:
- French;
- Italian;
- Portuguese;
- Romanian;
- Thai;
- Vietnamese;
- Finnish.
|