皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

SQLite 3.25.3 发布,零配置的 SQL 数据库引擎

QLite Release 3.25.3 已发布,SQLite 是一个开源、跨平台、免费的小型 C 库,实现了一个独立的、可嵌入的、事务性的、无服务器和零配置的 SQL 数据库引擎。更新如下:

  1. Disallow the use of window functions in the recursive part of a CTE.
  2. Fix the behavior of typeof() and length() on virtual tables.
  3. Strengthen defenses against deliberately corrupted database files.
  4. Fix a problem in the query planner that results when a row-value expression is used with a PRIMARY KEY with redundant columns.
  5. Fix the query planner so that it works correctly for IS NOT NULL operators in the ON clause of a LEFT JOIN with the SQLITE_ENABLE_STAT4 compile-time option.

下载地址:

https://www.sqlite.org/download.html

转自 https://www.oschina.net/news/101864/sqlite-3-25-3-released