SQLite 3.16.2 发布,数据库服务器

Posted Linux伊甸园开源社区

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SQLite 3.16.2 发布,数据库服务器相关的知识,希望对你有一定的参考价值。


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。

  • sqlite-amalgamation-3160200.zip

  • sqlite-autoconf-3160200.tar.gz


以上是关于SQLite 3.16.2 发布,数据库服务器的主要内容,如果未能解决你的问题,请参考以下文章

本地SQL数据库服务软件:SQLite 发布3.27.1啦

如何将 SQLite 数据同步到 iPhone 中的服务器

在 Android 中将 Sqlite 数据库与远程服务器同步

工具开源的嵌入式数据库引擎: SQLite 3.8.7版本发布

上传到服务器后删除 SQLite 数据行?

iPhone/Sqlite - 如何仅从服务器获取更改的数据?