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

Releases: aspnet/Microsoft.Data.Sqlite

1.0.0-beta7

02 Sep 17:18
Compare
Choose a tag to compare
1.0.0-beta7 Pre-release
Pre-release
Tag for new release 1.0.0-beta7

1.0.0-beta6

28 Jul 19:54
Compare
Choose a tag to compare
1.0.0-beta6 Pre-release
Pre-release

Features

  • Add shared-cache connection option (#84)

Bugs Fixed

  • Fix memory leak in SqliteDataReader.Read() (#98)
  • Use sqlite3_open_v2 instead and use UTF-8 as the default encoding (#89)
  • Shared cache does not work on OS X Mono (#88)

1.0.0-beta5

30 Jun 21:08
Compare
Choose a tag to compare
1.0.0-beta5 Pre-release
Pre-release

Features

  • Unbound parameters not caught by command execution (#79)
  • Expose handles to native SQLite objects (#75)

Bugs Fixed

  • Use UTF-16 native functions where possible (#72)
  • Unit tests fail on non-US machine (#58)
  • Remove unmanaged resources from DbCommand implementation (#56)

1.0.0-beta1

12 Nov 15:32
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release
Updating to release NuGet.config

1.0.0-alpha4

06 Oct 15:45
Compare
Choose a tag to compare
1.0.0-alpha4 Pre-release
Pre-release
Updating release NuGet.config

1.0.0-alpha3

15 Aug 22:21
Compare
Choose a tag to compare
1.0.0-alpha3 Pre-release
Pre-release

See EntityFramework for Release Notes

For information on this release see the release notes in the main EntityFramework repository.

1.0.0-alpha2

08 Jul 17:09
Compare
Choose a tag to compare
1.0.0-alpha2 Pre-release
Pre-release

See EntityFramework for Release Notes

For information on this release see the release notes in the main EntityFramework repository.