Getting Started - What's New - Version 5.1.3
Version 5.1.3 is a minor update to VistaDB 5 with fixes to issues discovered since the release of 5.1. For a complete description of what's new in VistaDB 5 see
What's New - Version 5.1.
Visual Studio 2015 Support
VistaDB now extends Visual Studio 2015 with the same functionality previously available in Visual Studio 2013.
Defects Fixed in This Release
Engine
- Fixed: Operations sometimes fail immediately with an IOException in contention opening a .lock file.
Data Builder
- Fixed: Generate SQL Script in Data Builder fails in exclusive modes and for encrypted databases.
- Fixed: Generate SQL Script generates incorrect column DEFAULT value text.
- Fixed: Generate SQL Script generates non-portable obsolete type names Text, NText, and Image instead of VarChar(MAX), NVarChar(MAX), and VarBinary(MAX) used by SQL Server.
- Fixed: Generate SQL Script fails to generate length specifier for Binary and VarBinary columns.
Visual Studio Integration
- Fixed: Entity Framework Database-First model generation fails with Error 301 (Character column data exceeds maximum length) when database contains very long stored procedures.