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 for SQLite is in the public domain and freely available to everyone for any purpose.

SQLite 3.41.2 is officially released, the updates are as follows:

  • Multiple fixes for reads past the end of the memory buffer when (note: reads are not writes):
  • Fix sqlite3_error_offset() so that it does not return out-of-range values ​​when reporting errors related to generated columns.
  • Multiple fixes in the query optimizer for an issue that caused weird, fuzzer-generated query results to be incorrect.
  • Increase the size of the reference counter in the page cache object to 64 bits to ensure that the counter never overflows.
  • Fixed a performance regression caused by a bug fix in patch version 3.41.1.
  • Fix some incorrect assert() statements.

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

#SQLite #released #News Fast Delivery

Leave a Comment

Your email address will not be published. Required fields are marked *