SQLite 3.43.1 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.43.1 is now released with the following updates:

  • Fix  a regression in the way sum() , avg()  , and  total()  aggregate functions handle infinities.
  •  Fix a bug in the json_array_length() function when the argument comes directly from  json_remove() . 
  • Fix omit-unused-subquery-columns optimization (introduced in version 3.42.0) so that it works correctly when the subquery is a compound query with one branch being DISTINCT and the other branch not.
  • Other minor fixes.

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

おすすめ

転載: www.oschina.net/news/257919/sqlite-3-43-1-released