| Summary: | Bump sqlite package to 3.6.15 | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Gustavo Zacarias <gustavo> |
| Component: | Outdated package | Assignee: | 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 |
||
+SQLITE_AUTORECONF = YES Is this change necessary for the new version? IMO autoreconf should be avoided if possible. 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. Created attachment 345 [details]
Use Michael Roth's patch, it's preferred
Created attachment 363 [details]
Bump to sqlite 3.6.14.2
More small fixes, it's now up to 3.6.14.2.
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.
Thanks, committed |
Created attachment 329 [details] Bump sqlite package to 3.6.14 New sqlite version out. Speed improvements, bug fixes, enhanced query optimizer.