summaryrefslogtreecommitdiff
path: root/ext/sqlite/sqlite.c
Commit message (Expand)AuthorAgeFilesLines
* Add oo APIMarcus Boerger2003-06-221-123/+629
* Prepare for 1.0 releaseWez Furlong2003-06-211-1/+1
* Add a pair of functions to handle the binary coding used by PHP from withinWez Furlong2003-06-211-2/+63
* Some tweaks ready for the upcoming 1.0 release.Wez Furlong2003-06-191-6/+19
* Should build with PHP5 now...Wez Furlong2003-06-181-1/+1
* - Update licenseMarcus Boerger2003-06-141-29/+44
* - Add sqlite_array_query().Marcus Boerger2003-06-091-36/+86
* Do not perform safe_mode & open_basedir checks for memory-only databases.Ilia Alshanetsky2003-06-091-12/+18
* WSMarcus Boerger2003-06-071-6/+6
* Update bundled library to 2.8.3 + patches from sqlite author to enableWez Furlong2003-06-061-0/+14
* New fetch_all() an fetch optimization reworked (original idea by ilia)Marcus Boerger2003-06-061-26/+53
* Update bundled library to version 2.8.2.Wez Furlong2003-06-041-3/+10
* Revert accidental commit from marcus.Wez Furlong2003-06-041-530/+101
* Goodbye namespacesMarcus Boerger2003-06-041-101/+530
* Prep for next releaseWez Furlong2003-05-141-1/+1
* Added sqlite_fetch_string(), for speedy fetching of data from databaseIlia Alshanetsky2003-05-131-0/+51
* - Indendation fixMarcus Boerger2003-05-031-6/+85
* Fix MFN error (now really)Marcus Boerger2003-05-021-1/+2
* Fix MFN errorMarcus Boerger2003-05-021-7/+6
* Add iterator interface and testMarcus Boerger2003-05-021-96/+181
* Don't return table namesMarcus Boerger2003-05-011-7/+11
* Allow both parameter orderingsMarcus Boerger2003-04-301-1/+3
* Allow to set result_type default for each queryMarcus Boerger2003-04-301-4/+13
* Seems like a better fix..Wez Furlong2003-04-271-8/+4
* More safe_emalloc()Marcus Boerger2003-04-271-3/+7
* WS, plus default: would prevent case SQLITE_DONE: in php_sqlite_fetch().Wez Furlong2003-04-271-16/+17
* 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