Releases: ericsink/SQLitePCL.raw
Releases · ericsink/SQLitePCL.raw
v2.1.10
v2.1.9
- Update sqlite3 and sqlite3mc to SQLite 3.46.0
- Add support for risvc64 (thanks @kasperk81)
v2.1.8
v2.1.7
- New packages with support for SQLite3 Multiple Ciphers, thanks to @bricelam and @utelle
- Fix for problems with VSTO, thanks to @farzonl
- Fix for perf-related warning CA1859, thanks to @bricelam
- Fix for incorrect handling of empty string with Span APIs, thanks to @nil4
- Add
sqlite3_serialize/deserialize
, thanks to @Trinitek and @garthmz - Add support for
linux-musl-s390x
, thanks to @uweigand - Fix problem with calling conventions on x86, thanks to @filipnavara
The versions of the underlying SQLite code for the builds in this release are:
- 3.44.0 for e_sqlite3
- 3.44.0 for e_sqlite3mc
- 3.39.2 for e_sqlcipher
v2.1.6
v2.1.5
v2.1.4
v2.1.3
v2.1.2
- Include Wasm builds which are compatible with .NET 7
- Fix problems with
net6.0
targeting 32-bit Windows. The previous release (v2.1.1) also had an attempt at this fix, but that code broke things onnet6.0-ios
, due to an apparent bug in the Mono AOT code. - (From 2.1.1) Update to more recent e_sqlite3 (3.39.2) and e_sqlcipher versions