Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 914 Bytes

File metadata and controls

35 lines (19 loc) · 914 Bytes

Version History

3.1.0

  • Support JournalSizeLimit and PersistWal connection string options.

3.0.0

  • Support URI filenames.
  • Supported frameworks: netstandard2.0, net472, xamarin.ios10, monoandroid81

2.13.1

  • Add net47 target platform.

2.13.0

  • Rewrite SQLiteConnection.StatementCompleted to use sqlite3_trace_v2 API internally: #29.

2.12.3

  • Use DateTimeStyles.AdjustToUniversal: #24.

2.12.2

  • Create more informative error messages in SQLiteException.

2.12.1

  • Fix the native interop signature for sqlite3_interrupt.

2.12.0

  • Sleep in native code when the database is busy. This reduces managed/native interop.