红联Linux门户
Linux帮助

SQLite 3.16.2发布,数据库服务器

发布时间:2017-01-10 21:28:51来源:红联作者:uineqa
SQLite 3.16.2 发布了,更新内容如下:

修复:the REPLACE statement for WITHOUT ROWID tables that lack secondary indexes so that it works correctly with triggers and foreign keys。这是由于 3.16.0 版本中添加的性能优化引起的新 bug;

修复:the sqlite3_value_text() interface so that it correctly translates content generated by zeroblob() into a string of all 0x00 characters;

修复:he bytecode generator to deal with a subquery in the FROM clause that is itself a UNION ALL where one side of the UNION ALL is a view that contains an ORDER BY;

Adjust the sqlite3_column_count() API so it more often returns the same values for PRAGMA statements as it did in prior releases, to minimize disruption to applications that might be using that interface in unexpected ways。

下载地址:https://www.sqlite.org/2017/sqlite-autoconf-3160200.tar.gz

来自:开源中国社区
文章评论

共有 0 条评论