SQLite 3.0.0 RC 3
Pre-release
Pre-release
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.