Skip to content

SQLite 3.0.0 RC 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 15 Jun 03:25
· 122 commits to main since this release
105477b

New:

  • SQLite now supports opening multiple connections to the same in-memory DB and multiple in-memory DBs per program / machine (#38).
  • Encoders / decoders have been improved to better support nested data structures (#38).
  • SQLite's blocking IO work is now done on a configurable NIO BlockingIOThreadPool (#38).
  • New SQLiteQuery type allows for type-safe construction and serialization of SQLite-specific SQL queries (more information on this soon) (#38).

Fixed:

  • Lots of bugs.