Bug 333

Summary: Bump sqlite package to 3.6.15
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   
Host: i686-linux Target: arm-softfloat-linux-uclibcgnueabi
Build:
Attachments: Bump sqlite package to 3.6.14
Use Michael Roth's patch, it's preferred
Bump to sqlite 3.6.14.2
Bump sqlite package to 3.6.15

Description Gustavo Zacarias 2009-05-14 19:20:06 UTC
Created attachment 329 [details]
Bump sqlite package to 3.6.14

New sqlite version out.
Speed improvements, bug fixes, enhanced query optimizer.
Comment 1 Sven Neumann 2009-05-18 07:43:29 UTC
+SQLITE_AUTORECONF = YES

Is this change necessary for the new version? IMO autoreconf should be avoided if possible.
Comment 2 Gustavo Zacarias 2009-05-18 12:49:14 UTC
It's required for the standard tarball since there's a version mismatch between generated scripts and source.
Anyway as pointed by Michael Roth in the mailing list the amalgamation tarball is the recommended source now and it's not needed for that one.
Comment 3 Gustavo Zacarias 2009-05-22 13:23:57 UTC
Created attachment 345 [details]
Use Michael Roth's patch, it's preferred
Comment 4 Gustavo Zacarias 2009-05-29 16:54:30 UTC
Created attachment 363 [details]
Bump to sqlite 3.6.14.2

More small fixes, it's now up to 3.6.14.2.
Comment 5 Gustavo Zacarias 2009-06-19 15:16:44 UTC
Created attachment 411 [details]
Bump sqlite package to 3.6.15

Now up to 3.6.15:

    * Refactor the internal representation of SQL expressions so that they use less memory on embedded platforms.
    * Reduce the amount of stack space used
    * Fix an 64-bit alignment bug on HP/UX and Sparc
    * The sqlite3_create_function() family of interfaces now return SQLITE_MISUSE instead of SQLITE_ERROR when passed invalid parameter combinations.
    * When new tables are created using CREATE TABLE ... AS SELECT ... the datatype of the columns is the simplified SQLite datatype (TEXT, INT, REAL, NUMERIC, or BLOB) instead of a copy of the original datatype from the source table.
    * Resolve race conditions when checking for a hot rollback journal.
    * The sqlite3_shutdown() interface frees all mutexes under windows.
    * Enhanced robustness against corrupt database files
    * Continuing improvements to the test suite and fixes to obscure bugs and inconsistencies that the test suite improvements are uncovering.
Comment 6 Peter Korsgaard 2009-06-30 19:47:01 UTC
Thanks, committed