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

来源: 投稿
作者: 淡漠悠然
2018-11-16 16:56:00

SQLite 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

展开阅读全文
点击加入讨论🔥(5) 发布并加入讨论🔥
本篇精彩评论
支持
2018-11-16 20:32
1
举报
5 评论
7 收藏
分享
返回顶部
顶部