- FEATURE: Support for Sync Framework 2.1, including Provisioning, Deprovisioning, Code Generation, Local Database Cache Code Generation and Explorer tree integration - thanks to great effort from user JuneT
- FEATURE: Generation of desktop LINQ to SQL classes both for 3.5 and 4.0 databases
- FEATURE: Menu option to Export a SQL Server Compact database directly to SQL Server (LocalDB/Express)
- FEATURE: Ability to script only data (with "correct" table ordering)
- FEATURE: Possible to add own Compact 3.5 based connections when using Visual Studio 11 beta
- FEATURE: WP DataContext - option to include ConnectionStringBuilder class
Scripting API fixes:
- FEATURE: Tables are now ordered by topological sort when scripting entire database
- FEATURE: Data scripting now uses datareader (to avoid some OOM issues)
- FEATURE: date and datetime2 values are converted to datetime by default (Server scripting)
- FEATURE: .sql/.sqlce scripts with DGML no longer generated.
- FEATURE: Server based DGML now includes schema
- BUG: Duplicate Execution plans fixed
- BUG: Improved script execution
- FEATURE: Generation of desktop LINQ to SQL classes both for 3.5 and 4.0 databases
- FEATURE: Menu option to Export a SQL Server Compact database directly to SQL Server (LocalDB/Express)
- FEATURE: Ability to script only data (with "correct" table ordering)
- FEATURE: Possible to add own Compact 3.5 based connections when using Visual Studio 11 beta
- FEATURE: WP DataContext - option to include ConnectionStringBuilder class
Scripting API fixes:
- FEATURE: Tables are now ordered by topological sort when scripting entire database
- FEATURE: Data scripting now uses datareader (to avoid some OOM issues)
- FEATURE: date and datetime2 values are converted to datetime by default (Server scripting)
- FEATURE: .sql/.sqlce scripts with DGML no longer generated.
- FEATURE: Server based DGML now includes schema
- BUG: Duplicate Execution plans fixed
- BUG: Improved script execution