SQLite 3.49.2 Released
a year ago
- #Database
- #Release
- #SQLite
- SQLite Release 3.49.2 includes several enhancements and bug fixes.
- Query planner improvements for WITHOUT ROWID tables and large star-query joins.
- Enhanced iif() SQL function to accept any number of arguments greater than or equal to two.
- Session extension now works with databases using generated columns.
- Replaced Autotools with Autosetup for the configure script in the precompiled amalgamation tarball.
- Three new options added to sqlite3_db_config(): SQLITE_DBCONFIG_ENABLE_ATTACH_CREATE, SQLITE_DBCONFIG_ENABLE_ATTACH_WRITE, SQLITE_DBCONFIG_ENABLE_COMMENTS.
- Bug fixes include memory errors, incorrect query answers, and issues with the generate_series() extension function.
- Incremental improvements to configure/make scripts.