summaryrefslogtreecommitdiff
path: root/ext/sqlite/sqlite.c
Commit message (Expand)AuthorAgeFilesLines
...
* Enable some more functions with unbuffered queriesMarcus Boerger2003-04-271-107/+118
* win32 fixesWez Furlong2003-04-221-0/+9
* Add windows .dsp and some kludgy pre-generated headers.Wez Furlong2003-04-221-0/+1
* I will use my brain properly next timeWez Furlong2003-04-221-1/+1
* allow sqlite_query() to accept the query string and database resource inWez Furlong2003-04-221-2/+4
* Added sqlite.assoc_case ini entry with 0 as the default value.Edin Kadribasic2003-04-221-0/+44
* Eliminate leaks from registering plain or aggregate functions.Wez Furlong2003-04-201-32/+144
* Implement sqlite_create_function(), which allows binding of php functions byWez Furlong2003-04-201-3/+104
* Remove rendundant functionTal Peer2003-04-201-14/+0
* UpdateTal Peer2003-04-201-1/+2
* Implement sqlite_create_aggregate() which can be used to create aggregationWez Furlong2003-04-201-0/+166
* Transparently decode binary encoded data.Wez Furlong2003-04-191-12/+45
* Fix 2 potential segfaults.Wez Furlong2003-04-191-3/+4
* ZTS fixesMarcus Boerger2003-04-181-0/+4
* Implement sqlite_popen(), which opens persistent connections to an sqliteWez Furlong2003-04-181-38/+176
* Implement sqlite_unbuffered_query(), which works similarly to the mysqlWez Furlong2003-04-181-31/+231
* Constants for error codesWez Furlong2003-04-171-0/+28
* Folding markersWez Furlong2003-04-171-4/+4
* Add two new functions:Wez Furlong2003-04-171-22/+75
* Add pecl release version to phpinfo outputWez Furlong2003-04-171-2/+4
* Add safe_mode and open_basedir checks for the COPY SQL statement.Wez Furlong2003-04-171-0/+26
* WSWez Furlong2003-04-171-1/+1
* NULL columns are NULL pointersWez Furlong2003-04-171-2/+10
* Implement sqlite_busy_timeout() which sets the retry timeout (in milliseconds)Wez Furlong2003-04-171-0/+23
* Segfault fixing!Wez Furlong2003-04-171-3/+5
* Nicer error message when an invalid function name is specified.Wez Furlong2003-04-171-2/+7
* Implement a php function so that the following SQL can be used:Wez Furlong2003-04-171-0/+79
* Implement sqlite_escape_string() function.Wez Furlong2003-04-171-1/+24
* Implement safe_mode and open_basedir checks.Wez Furlong2003-04-171-1/+7
* This commit was generated by cvs2svn to compensate for changes in r123706,Wez Furlong2003-04-171-0/+391