SQLite 3.38.2 released

SQLite is a C language library that implements a small, fast, independent, highly reliable, full-featured SQL database engine. SQLite is the most used database engine in the world. The source code of SQLite is in the public domain and is free for everyone to use for any purpose.

SQLite 3.38.2 is officially released, with the following updates:

  • Fixed a new Bloom filter optimization issue discovered by another user
  • #ifdef is not allowed in assert()
  • Harden the xShmLock method of unix and Windows VFSes so that it is not called when the SHM file is not open
  • Enhanced protection against corrupted databases in the btree module's sqlite3BtreeInsert() function
  • Fix zipfile extension to know that zero-length BLOBs return a NULL pointer
  • Disable trigger encoding when running sqlite3_declare_vtab()
  • ……

More details can be found at: https://sqlite.org/changes.html

Guess you like

Origin www.oschina.net/news/188547/sqlite-3-38-2-released