Releases: ericsink/SQLitePCL.raw
Releases · ericsink/SQLitePCL.raw
v2.1.0
Highlights:
- Support for net6.0 workloads, including MAUI
- Support for WebAssembly
- Support for Alpine Linux Arm
- The
SQLitePCLRaw.nativelibrary
assembly was removed and folded into other assemblies - The
e_sqlite3
builds are updated to SQLite version 3.38.3
Thanks to @bricelam and @filipnavara for significant code contributions.
v2.0.7
v2.0.6
v2.0.5
- Update e_sqlcipher builds #390
- Update e_sqlite3 builds #381
- Native builds for Apple Silicon #375
- sqlite3_keyword functions #385
- Use DllImport more and dynamic provider less #419 #389
- Mark the utf8z overload of prepare_v2/v3 obsolete #321
- Perf improvements #401 #402 #403 #399
- New overload for create_collation #378
- Support for s390 #427
v2.0.4
Changes in 2.0.4:
- The e_sqlite3 builds are now at SQLite 3.33.0 #350
- The e_sqlcipher builds remain unchanged
- Windows e_sqlite3 builds are now done with toolset v142
- Android e_sqlite3 builds are now done with NDK r21d, and armeabi is no longer supported.
- Builds of e_sqlite3 and e_sqlcipher are now included for linux-mips64 (thanks to @sunny868, see #360)
- Target netcoreapp3.1 instead of netcoreapp3.0
- New bundle_sqlite3 package #325
- Fix #321 crash bug
Notable things NOT in 2.0.4:
- No changes related to the use of NativeLibrary.Load and problems with AssemblyLoadContext #343
- No changes related to
sqlite3_isexplain
and the corresponding problems with UWP builds #346 - No support for recent SQLite features like uint, decimal, ieee754, because they are not in the SQLite amalgamation
- No fix for Xamarin.Mac problem finding the native code library #358
- Still targeting net461 even though there are cases where saying net472 would apparently be more correct #349
- No support for snapshot #333