dotConnect for SQLite V5.15.1583

Released: Feb 20, 2020

V5.15.1583 中的更新

特性

  • Added support for SQLiteDataTable and SQLiteDataSet classes in .NET Standard 2.0.
  • The sqlite3.dll library included in the installation package has been updated to version 3.31.1.
  • Entity Framework - Support for Core 3.1.1.

修補程式

  • Behavior changed: pool is automatically cleared when AppDomain is being close.
  • Entity Developer
    • Fixed bug returning multiple result sets in code generated by the Entity Framework Core template.
  • Entity Framework support
    • Fixed bug using nullable enum properties with default mapping to integers in LINQ query in EF Core 3.1.
    • Fixed bug using value converters detected automatically by .HasConversion<string>() in EF Core 3.
    • Fixed bug using NULL constant values in EF Core 3.
    • Fixed bug using binary operators AND, OR in EF Core 3.