summaryrefslogtreecommitdiff
path: root/ext/sqlite3/sqlite3.c
Commit message (Collapse)AuthorAgeFilesLines
...
* MFH: fix int<->long mess causing lots of segfaults on x86_64Antony Dovgal2008-08-011-6/+9
|
* Class rename to match Coding StandardsScott MacVicar2008-07-311-64/+64
|
* Stray RETURN_TRUE valueScott MacVicar2008-07-311-1/+0
|
* MFH: Add freelist for tracking sqlite statements to free on implicit ↵Scott MacVicar2008-07-291-33/+47
| | | | SQLite3::close()
* Fix error when fetchArray reaches the last row, and prototyp errorScott MacVicar2008-07-281-2/+4
|
* MFH: fix buildJani Taskinen2008-07-261-0/+1
|
* MFH: build fixes, cs, ws, etc.Jani Taskinen2008-07-261-134/+87
|
* SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. ↵Scott MacVicar2008-07-251-0/+1887
Will merge to head tomorrow as well.