Bug 333 - Bump sqlite package to 3.6.15
Summary: Bump sqlite package to 3.6.15
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:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-14 19:20 UTC by Gustavo Zacarias
Modified: 2009-06-30 19:47 UTC (History)
1 user (show)

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


Attachments
Bump sqlite package to 3.6.14 (713 bytes, patch)
2009-05-14 19:20 UTC, Gustavo Zacarias
Details
Use Michael Roth's patch, it's preferred (652 bytes, patch)
2009-05-22 13:23 UTC, Gustavo Zacarias
Details
Bump to sqlite 3.6.14.2 (654 bytes, patch)
2009-05-29 16:54 UTC, Gustavo Zacarias
Details
Bump sqlite package to 3.6.15 (684 bytes, patch)
2009-06-19 15:16 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-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