{"id":2479,"date":"2016-05-19T05:17:09","date_gmt":"2016-05-19T09:17:09","guid":{"rendered":"http:\/\/local.brightwhiz\/?p=2479"},"modified":"2016-05-19T05:17:09","modified_gmt":"2016-05-19T09:17:09","slug":"sqlite-3-13-0-download-available","status":"publish","type":"post","link":"http:\/\/local.brightwhiz\/sqlite-3-13-0-download-available\/","title":{"rendered":"The new Update of SQLite 3.13.0 has Been Released"},"content":{"rendered":"
The immediate availability of\u00a0SQLite 3.13.0 has been announced by the development team that maintains it. This cross-platform open source<\/a> library<\/a> is available as a free download.<\/p>\n SQLite is used in several applications across a wide range of industries. SQLite<\/a> can be described as a self-contained, serverless, zero-configuration, transactional SQL<\/a> database<\/a> engine.<\/p>\n With SQLite 3.13.0 comes with several bug fixes some of which include fixes to multi-row one-pass Improvements in SQLite 3.13.0 include improved Unicode filename handling in the Windows command-line shell. There is a new The temporary directory search algorithm on Unix platforms now allows directories with write and execute permissions to serve as temporary directories. Also, delay of IO on TEMP files to be delayed for as long as possible even avoiding it completely.<\/p>\n There is a whole host of changes that can be found on the changelog page<\/a> so I would advise you head on over there and check them out. If you just want to download the latest copy of SQLite 3.13.0 you can simply go to the official download page and get yourself the appropriate copy.<\/p>\nWhat’s new in SQLite 3.13.0<\/h2>\n
DELETE<\/code> optimization. This issue was specific to self-referential subqueries in the WHERE clause. Again with
DELETE<\/code>, the possibility of a segfault related to\u00a0a
rowid<\/code> table with an
INTEGER PRIMARY KEY<\/code> and the
WHERE<\/code> clause contains “
OR<\/code>“. There is also a fix on a locking race condition in Windows when more than one process attempts to recover the same hot journal at the same time.<\/p>\n
sqlite3_db_config SQLITE_DBCONFIG_ENABLE_LOAD_EXTENSION<\/code> interface which allows the
sqlite3_load_extension()<\/code> C-API to be enabled when
load_extension()<\/code> is disabled.<\/p>\n