summaryrefslogtreecommitdiff
path: root/ext/sqlite/libsqlite
Commit message (Collapse)AuthorAgeFilesLines
* Touch the file so that build system does not try to rebuild it.Ilia Alshanetsky2004-07-121-1/+1
|
* Upgrade bundled library to 2.8.14 + misc fixesWez Furlong2004-07-1039-5369/+5848
| | | | | (http://www.sqlite.org/cvstrac/chngview?cn=1742)
* Fixed bug #27928 (sqlite incorrectly handles invalid filenames).Ilia Alshanetsky2004-04-091-0/+6
|
* Fix function declaration.Ilia Alshanetsky2004-03-091-1/+1
|
* More wordsize fixesArd Biesheuvel2004-03-083-4/+4
|
* update file for win32 buildWez Furlong2004-01-161-1/+1
|
* touch generated parser.Ilia Alshanetsky2004-01-141-1/+1
|
* Upgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems).Ilia Alshanetsky2004-01-1419-347/+647
|
* touchWez Furlong2004-01-141-1/+1
|
* - Fix buildfoobar2004-01-091-0/+8
|
* touch to make build work without lemon..foobar2004-01-081-1/+1
|
* Update win32 build for new version of libsqliteWez Furlong2004-01-081-1/+73
|
* Upgrade bundled libsqlite to 2.8.9Ilia Alshanetsky2004-01-0835-6177/+4994
|
* Fixed compiler warning.Ilia Alshanetsky2003-10-281-1/+1
|
* Use %p to display a pointer valueSascha Schumann2003-08-171-1/+1
|
* The first element of the array seems to store the members countSascha Schumann2003-08-171-1/+1
| | | | | Add a cast to (long) to quiet the compiler
* The integer timeout is cast to a void *, passed to this function, andSascha Schumann2003-08-171-2/+3
| | | | | | | cast back. Add a cast to (long) to quiet the compiler
* Fix sizeof(void *) > sizeof(int) issue.Sascha Schumann2003-08-171-1/+1
| | | | | n should be ptrdiff_t.
* Remove Release_TSinline (it's not necessary)Zeev Suraski2003-06-301-18/+18
| | | | | | Add Release_TSDbg Change directories to be consistent with our other modules...
* Prepare for enabling by default on Windows.Edin Kadribasic2003-06-272-0/+346
|
* Touch lemon generated fileWez Furlong2003-06-061-0/+1
|
* Update bundled library to 2.8.3 + patches from sqlite author to enableWez Furlong2003-06-0623-903/+1037
| | | | | authorization checks for the ATTACH database command.
* Update for 2.8.2Wez Furlong2003-06-061-14/+9
|
* Update bundled library to version 2.8.2.Wez Furlong2003-06-0438-7328/+10906
| | | | | | Make OnUpdateInt compatible with ZE2. Fix the makefile fragment for non-gnu makes
* win32 fixesWez Furlong2003-04-221-1/+1
|
* Add windows .dsp and some kludgy pre-generated headers.Wez Furlong2003-04-222-0/+700
|
* Remove whitespace added while touching.Wez Furlong2003-04-173-3/+0
|
* Touch generated filesWez Furlong2003-04-173-0/+3
|
* Bundle relevant parts of sqlite 2.8.0.Wez Furlong2003-04-1736-0/+38179
# sqlite has a completely non-restrictive license