Age | Commit message (Collapse) | Author |
|
Closes #943.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
Fixes various bugs.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
Should get fixed properly upstream, but this is good enough for 2009.11-rc1.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
Closes #655.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
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>
|
|
Closes #509
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
|
|
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>
|
|
Closes #277.
|
|
Fixes database corruption with rollback
http://www.sqlite.org/releaselog/3_6_12.html
|
|
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar>
Closes #139.
|
|
Package configs should start with BR2_PACKAGE_.
|
|
Other packages don't have this, and several packages are depending on
readline where they actually want readline-target instead.
|
|
|
|
Fixes several database corruption bugs
|
|
mysql client needs ncurses, readline and C++
|
|
|
|
|
|
As discussed on the list - These things should normally not be
(un)selectable.
|
|
|
|
Patch by Markus Heidelberg <markus.heidelberg@web.de>
|
|
|
|
|
|
'default n' is the default, so there's no need to say it explicitly.
|
|
- 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
|
|
|
|
|
|
|
|
|
|
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.
|