Skip to content

Releases: praeclarum/sqlite-net

v1.9 with .NET 8 Support

27 Mar 22:32
Compare
Choose a tag to compare

Fixes the reference to SQLite Raw to work on modern versions of .NET.

This is still a netstandard2.0 library so will continue working in all the previous environments too!

Faster, Better, Stronger

02 Sep 22:43
0b23275
Compare
Choose a tag to compare

.NET Standard 2.0 and Async Fixes

16 May 02:40
9a66dc7
Compare
Choose a tag to compare
v1.7.335

Fix formatting

API Fixes

20 Sep 03:28
77dee63
Compare
Choose a tag to compare

The constructor of SQLiteConnection has always been wild, but I accidentally broke it in v1.5.

Now more options can be specified in the ConnectionString to decrease the number of parameters.

This version fixes also fixes some async bugs.

WAL and SQLCipher Support

10 Sep 20:11
b6a2feb
Compare
Choose a tag to compare

WAL is now enabled by default to improve the performance of concurrent accesses to the database.

A new sqlite-net-sqlcipher package is now included to make create encrypted databases easy.

Improved .NET Standard Support

27 Jul 23:47
Compare
Choose a tag to compare

This fixes the nuget to not require the download of all the .NET Standard libraries when adding this package to your project.

Reflection Improvements

26 May 22:00
Compare
Choose a tag to compare

This version removes the requirement that types be RuntimeTypes and also enabled the use of IReflectableType.

Bug fixes and improvements ;-)

26 May 00:51
Compare
Choose a tag to compare
v1.3.2

Fix doc comments

Switch to .NET Standard

16 Jan 18:28
Compare
Choose a tag to compare
v1.3.0

Release 1.3.0 with .NET Standard

Update SQLite raw

29 Nov 19:55
Compare
Choose a tag to compare

This changes the init call to SQLite raw to make it easier to control which SQLite provider is used.