Bug 655

Summary: Update sqlite package to version 3.6.18
Product: buildroot Reporter: Gustavo Zacarias <gustavo>
Component: Outdated packageAssignee: unassigned
Status: RESOLVED FIXED    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
URL: http://www.sqlite.org/releaselog/3_6_18.html
Host: i686-linux Target: arm-softfloat-linux-uclibcgnueabi
Build:
Attachments: Update sqlite package to version 3.6.18

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