Bug 655 - Update sqlite package to version 3.6.18
Summary: Update sqlite package to version 3.6.18
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Outdated package (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL: http://www.sqlite.org/releaselog/3_6_...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-09 13:46 UTC by Gustavo Zacarias
Modified: 2009-10-22 21:07 UTC (History)
1 user (show)

See Also:
Host: i686-linux
Target: arm-softfloat-linux-uclibcgnueabi
Build:


Attachments
Update sqlite package to version 3.6.18 (784 bytes, patch)
2009-10-09 13:46 UTC, Gustavo Zacarias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Zacarias 2009-10-09 13:46:44 UTC
Created attachment 693 [details]
Update sqlite package to version 3.6.18

This is a low-priority (minor) update.

SQLite Release 3.6.18 On 2009 Sep 11 (3.6.18)

 * Versioning of the SQLite source code has transitioned from CVS to Fossil.
 * Query planner enhancements.
 * The SQLITE_ENABLE_STAT2 compile-time option causes the ANALYZE command to collect a small histogram of each index, to help SQLite better select among competing range query indices.
 * Recursive triggers can be enabled using the PRAGMA recursive_triggers statement.
 * Delete triggers fire when rows are removed due to a REPLACE conflict resolution. This feature is only enabled when recursive triggers are enabled.
 * Added the SQLITE_OPEN_SHAREDCACHE and SQLITE_OPEN_PRIVATECACHE flags for sqlite3_open_v2() used to override the global shared cache mode settings for individual database connections.
 * Added improved version identification features: C-Preprocessor macro SQLITE_SOURCE_ID, C/C++ interface sqlite3_sourceid(), and SQL function sqlite_source_id().
 * Obscure bug fix on triggers ([efc02f9779]). 

SQLite Release 3.6.17 On 2009 Aug 10 (3.6.17)

 * Expose the sqlite3_strnicmp() interface for use by extensions and applications.
 * Remove the restriction on virtual tables and shared cache mode. Virtual tables and shared cache can now be used at the same time.
 * Many code simplifications and obscure bug fixes in support of providing 100% branch test coverage.
Comment 1 Peter Korsgaard 2009-10-22 21:07:03 UTC
Thanks, committed