summaryrefslogtreecommitdiffstats
path: root/package/database
Commit message (Collapse)AuthorAgeFilesLines
* sqlite: bump versionPeter Korsgaard2009-11-231-1/+1
| | | | | | Fixes various bugs. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sqlite: work around build breakage with !BR2_LARGEFILEPeter Korsgaard2009-11-231-0/+9
| | | | | | Should get fixed properly upstream, but this is good enough for 2009.11-rc1. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Update sqlite package to version 3.6.18Gustavo Zacarias2009-10-221-1/+1
| | | | | | | Closes #655. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-032-2/+1
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Bump sqlite package to 3.6.16Gustavo Zacarias2009-07-301-1/+1
| | | | | | | Closes #509 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* sqlite: bump versionGustavo Zacarias2009-06-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | 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>
* sqlite: bump versionPeter Korsgaard2009-04-171-1/+1
| | | | Closes #277.
* sqlite: bump versionPeter Korsgaard2009-04-091-1/+1
| | | | | Fixes database corruption with rollback http://www.sqlite.org/releaselog/3_6_12.html
* sqlite: bump version and convert to Makefile.autotools.in formatPeter Korsgaard2009-03-032-73/+41
| | | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #139.
* readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard2009-01-302-2/+2
| | | | Package configs should start with BR2_PACKAGE_.
* readline: remove BR2_PACKAGE_READLINE_TARGET configuration optionPeter Korsgaard2009-01-301-1/+1
| | | | | Other packages don't have this, and several packages are depending on readline where they actually want readline-target instead.
* mysql-client: remove test / benchmark stuff from target (saves ~70MB)Peter Korsgaard2009-01-291-0/+4
|
* sqlite: bump versionPeter Korsgaard2009-01-291-1/+1
| | | | Fixes several database corruption bugs
* mysql_client: fix deps and clean up configure argsPeter Korsgaard2009-01-262-5/+8
| | | | mysql client needs ncurses, readline and C++
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* package: Kconfig: use menu instead of menuconfig for sub menusPeter Korsgaard2008-11-141-6/+2
| | | | | As discussed on the list - These things should normally not be (un)selectable.
* sqlite: bump versionPeter Korsgaard2008-10-211-1/+1
|
* mysql_client: fix pathsPeter Korsgaard2008-09-071-1/+1
| | | | Patch by Markus Heidelberg <markus.heidelberg@web.de>
* sqlite: bump versionPeter Korsgaard2008-09-051-1/+1
|
* sqlite: bump versionPeter Korsgaard2008-08-211-1/+1
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-172-2/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* sqlite: fix target install and cleanPeter Korsgaard2008-07-171-2/+4
| | | | | | - 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
* sqlite: move under database submenuPeter Korsgaard2008-07-083-0/+89
|
* Fix my own broken mistakesArnar Mar Sigurðsson2008-06-011-1/+3
|
* Change to menuconfig and make it right.Arnar Mar Sigurðsson2008-06-011-3/+3
|
* Cosmetic fixesArnar Mar Sigurðsson2008-06-012-2/+2
|
* Added database menu to config (maybe move the other databases under it to ↵Arnar Mar Sigurðsson2008-06-014-0/+41
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.