VistaDB 6
VistaDB / What's New - Version 6.5 / Getting Started - What's New - Version 6.1
In This Topic
    Getting Started - What's New - Version 6.1
    In This Topic
    .NET Framework 4.5.1 or Later Required:  VistaDB 6 does not support versions of .NET older than 4.5.1.  You will need to first upgrade your application to target .NET Framework 4.5.1 or later before upgrading to VistaDB 6.

    New Features in This Release

    .NET 5 Support

    The VistaDB Engine now ships with support for .NET 5.  The VistaDB Engine is now built for:

    To make it easier to use VistaDB in new projects that target multiple versions of the framework the VistaDB assemblies are provided as NuGet packages for local use instead of as individual assemblies.

    Improved Locks for Single Process Usage

    The handling of locking for Single Process open modes has been improved in VistaDB 6.1, particularly in cases of significant contention for the same database table by multiple readers and writers. Performance with these modes is improved over VistaDB 6.0 and the locks are consistently granted in a more fair first-come-first-served manner when multiple connections are waiting on the same table lock. No code changes are necessary to take advantage of this improvement if your Single-Process application is already using SingleProcessReadWrite or SingleProcessReadOnly open modes. (SingleProcessReadWrite is the default if no Open Mode is specified in the connection string.)

    Issues Fixed in 6.1.0

    Engine

    Data Migration Wizard

    Known Issues

    Engine

    Visual Studio 2017/2019

    See Also