summaryrefslogtreecommitdiff
path: root/package/database
AgeCommit message (Collapse)Author
2009-06-30sqlite: bump versionGustavo Zacarias
Closed #333. * 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. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-04-17sqlite: bump versionPeter Korsgaard
Closes #277.
2009-04-09sqlite: bump versionPeter Korsgaard
Fixes database corruption with rollback http://www.sqlite.org/releaselog/3_6_12.html
2009-03-03sqlite: bump version and convert to Makefile.autotools.in formatPeter Korsgaard
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #139.
2009-01-30readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard
Package configs should start with BR2_PACKAGE_.
2009-01-30readline: remove BR2_PACKAGE_READLINE_TARGET configuration optionPeter Korsgaard
Other packages don't have this, and several packages are depending on readline where they actually want readline-target instead.
2009-01-29mysql-client: remove test / benchmark stuff from target (saves ~70MB)Peter Korsgaard
2009-01-29sqlite: bump versionPeter Korsgaard
Fixes several database corruption bugs
2009-01-26mysql_client: fix deps and clean up configure argsPeter Korsgaard
mysql client needs ncurses, readline and C++
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-11-14package: Kconfig: use menu instead of menuconfig for sub menusPeter Korsgaard
As discussed on the list - These things should normally not be (un)selectable.
2008-10-21sqlite: bump versionPeter Korsgaard
2008-09-07mysql_client: fix pathsPeter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-05sqlite: bump versionPeter Korsgaard
2008-08-21sqlite: bump versionPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-17sqlite: fix target install and cleanPeter Korsgaard
- install -D isn't a good idea for symlinks as it replaces them with the target files, leading to 3 copies of libsqlite. - clean was missing include and pkgconfig files
2008-07-08sqlite: move under database submenuPeter Korsgaard
2008-06-01Fix my own broken mistakesArnar Mar Sigurðsson
2008-06-01Change to menuconfig and make it right.Arnar Mar Sigurðsson
2008-06-01Cosmetic fixesArnar Mar Sigurðsson
2008-06-01Added database menu to config (maybe move the other databases under it to ↵Arnar Mar Sigurðsson
remove the mess from the main package menu) Added mysql 5.1 client package, can be used to provide mysql support for PHP. Note: This package has only been tested on AVR32.