加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

久违了,SQLite 3.7.0

发布时间:2020-12-12 23:33:23 所属栏目:百科 来源:网络整理
导读:久违了,SQLite 3.7.0 SQLite 3.7.0版本终于发布了,就在今天,2010年7月22号。久违了,这是里程碑性的一个版本,从日志上看从19号到22号都在进行发布前的各种调整,更直观的是换了一个崭新可爱的Logo。这是从3.6.23直接跳跃的版本。主要的变更内容,如下:

久违了,SQLite 3.7.0

SQLite 3.7.0版本终于发布了,就在今天,2010年7月22号。久违了,这是里程碑性的一个版本,从日志上看从19号到22号都在进行发布前的各种调整,更直观的是换了一个崭新可爱的Logo。这是从3.6.23直接跳跃的版本。主要的变更内容,如下:

SQLite Release 3.7.0 On 2010 July 22 (3.7.0)

Changes associated with this release include the following:

  • Added support for write-ahead logging .
  • Query planner enhancement - automatic transient indices are created when doing so reduces the estimated query time.
  • Query planner enhancement - the ORDER BY becomes a no-op if the query also contains a GROUP BY clause that forces the correct output order.
  • Add the SQLITE_DBSTATUS_CACHE_USED verb for sqlite3_db_status() .
  • The logical database size is now stored in the database header so that bytes can be appended to the end of the database file without corrupting it and so that SQLite will work correctly on systems that lack support for ftruncate().

更多的信息,请访问官网:http://www.sqlite.org/

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读