This repository has been archived by the owner on Nov 1, 2018. It is now read-only.
Releases: aspnet/Microsoft.Data.Sqlite
Releases · aspnet/Microsoft.Data.Sqlite
2.0.0
2.0.0-preview2
Bugs Fixed
- Cross-target netstandard2.0 (#350)
2.0.0-preview1
Features
- Support reading DateTime values from REAL columns (#318)
- Include Xamarin Android and iOS in NuGet Packages (#255)
- Sort out transactions and IsolationLevel (#214)
- Support reading Guid values from TEXT columns (#191)
- Support .NET Standard 1.2 (Windows 8.1 and Windows Phone 8.1) (#185)
- Allow using an external version of sqlite3.dll (#148)
- Move to SQLitePCL.raw (#21)
- Custom collations (#19)
Bugs Fixed
1.1.1
1.1.0
1.1.0-preview1
Bugs Fixed
- sqlite3.dll not found in ASP.NET 4 applications #278
1.0.0
1.0.0-rc2
Features
- Allow CommandBehavior.SingleResult and SingleRow (#220)
- Support named, in-memory databases (#182)
- Remove hard dependency on Microsoft.Extensions.PlatformAbstractions for net45 (#180)
- Enable using Windows in-the-box version of SQLite (#179)
- Support CommandBehavior.CloseConnection to ExecuteReader (#142)
- Don't require parameter name to include prefix (#80)
- Extension loading (#13)
Bugs Fixed
- Relative path in connection string pointing to different locations (#188)