summaryrefslogtreecommitdiff
path: root/ext/sqlite/libsqlite
Commit message (Collapse)AuthorAgeFilesLines
* 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