QLite Release 3.25.3 已发布,SQLite 是一个开源、跨平台、免费的小型 C 库,实现了一个独立的、可嵌入的、事务性的、无服务器和零配置的 SQL 数据库引擎。更新如下:
- Disallow the use of window functions in the recursive part of a CTE.
- Fix the behavior of typeof() and length() on virtual tables.
- Strengthen defenses against deliberately corrupted database files.
- Fix a problem in the query planner that results when a row-value expression is used with a PRIMARY KEY with redundant columns.
- 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