Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Releases: aspnet/Microsoft.Data.Sqlite

2.0.0

14 Aug 13:05
Compare
Choose a tag to compare

Bugs Fixed

  • decimal parameters formatted incorrectly (#382)
  • e_sqlite3.dll still present in publish output after trimming (#360)

2.0.0-preview2

28 Jun 06:30
Compare
Choose a tag to compare
2.0.0-preview2 Pre-release
Pre-release

Bugs Fixed

  • Cross-target netstandard2.0 (#350)

2.0.0-preview1

10 May 04:29
Compare
Choose a tag to compare
2.0.0-preview1 Pre-release
Pre-release

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

  • Compensate for SQLitePCL.raw's lack of SafeHandles (#351)
  • "PRAGMA journal_mode" yields no results (#337)
  • App_Data no longer used on ASP.NET (#321)
  • High CPU usage during SqliteCommand.ExecuteReader() on locked table (#313)
  • Problems using winsqlite3.dll in UWP applications (#249)

1.1.1

02 Jun 04:42
Compare
Choose a tag to compare

Bugs Fixed

  • winsqlite3.dll should use CallingConvention.StdCall (#342)

1.1.0

16 Nov 16:27
Compare
Choose a tag to compare
rel/1.1.0

Pinning versions for 1.1.0 release

1.1.0-preview1

25 Oct 15:51
Compare
Choose a tag to compare
1.1.0-preview1 Pre-release
Pre-release

Bugs Fixed

  • sqlite3.dll not found in ASP.NET 4 applications #278

1.0.0

27 Jun 14:54
Compare
Choose a tag to compare

Features

  • Implement SqliteDataReader.GetEnumerator() on .NET Standard (#265)
  • Depend on native SQLite NuGet package (#193)

Bugs Fixed

  • Move SqliteEngine.UseWinSqlite3 to Internal for now (#262)

1.0.0-rc2

16 May 17:20
Compare
Choose a tag to compare
1.0.0-rc2 Pre-release
Pre-release

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)

1.0.0-rc1

18 Nov 15:29
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release

Bugs Fixed

  • Unable to load DLL 'sqlite3' when using packages.config (#134)
  • Transaction fails due to invalid temporary directory on UWP (#116)

1.0.0-beta8

15 Oct 17:27
Compare
Choose a tag to compare
1.0.0-beta8 Pre-release
Pre-release

Features

  • Ignore CommandBehavior.SequentialAccess (#141)
  • Add "Filename" synonym to connection string builder. (#140)

Bugs Fixed

  • Fix bug in parameter binding with UTF8 strings (#127)