Getting Started - What's New - Version 5.6
In This Topic
New Features in This Release
Visual Studio 2017 Support
VistaDB will now install the designers used to support Entity Framework Database First and ADO.NET development into VIsual Studio 2017.
Defects Fixed in This Release
Engine
- Fixed: 32-bit Mono fails in NonExclusive modes with an Error 164: "Cannot lock row: 4292967295"
- Fixed: Conversion of Char-based-type columns do not recognize 'true' and 'false' when converting to Bit (but SQL Server does)
- Fixed: VarChar(N) and NVarChar(N) columns incorrectly trim trailing whitespace from stored values.
Data Builder
- Fixed: The Rename View menu action is broken.
Samples & Unit Tests
- Fixed: Incorrect enum references prevent Unit Tests project from building.
- Fixed: Missing project prevents CLRProcs tests from running.
- Fixed: Outdated column DEFAULT syntax breaks a SQLTables test
See Also