- Support
JournalSizeLimitandPersistWalconnection string options.
- Support URI filenames.
- Supported frameworks:
netstandard2.0,net472,xamarin.ios10,monoandroid81
- Add
net47target platform.
- Rewrite
SQLiteConnection.StatementCompletedto usesqlite3_trace_v2API internally: #29.- This requires SQLite 3.14 or later.
- Use
DateTimeStyles.AdjustToUniversal: #24.
- Create more informative error messages in
SQLiteException.
- Fix the native interop signature for
sqlite3_interrupt.
- Sleep in native code when the database is busy. This reduces managed/native interop.