summaryrefslogtreecommitdiff
path: root/ext/sqlite
Commit message (Expand)AuthorAgeFilesLines
* allow sqlite_query() to accept the query string and database resource inWez Furlong2003-04-222-3/+5
* Added sqlite.assoc_case ini entry with 0 as the default value.Edin Kadribasic2003-04-222-0/+48
* Prepare for release.Wez Furlong2003-04-211-11/+13
* Tidy up package.xml file.Wez Furlong2003-04-202-24/+19
* Eliminate leaks from registering plain or aggregate functions.Wez Furlong2003-04-202-36/+151
* Revise todoWez Furlong2003-04-201-0/+6
* Implement sqlite_create_function(), which allows binding of php functions byWez Furlong2003-04-204-5/+161
* Remove rendundant functionTal Peer2003-04-201-14/+0
* typoTal Peer2003-04-201-2/+2
* UpdateTal Peer2003-04-205-5/+10
* Add test for aggregatesWez Furlong2003-04-201-0/+45
* Implement sqlite_create_aggregate() which can be used to create aggregationWez Furlong2003-04-202-0/+168
* Kluge, but it seems to work now in both phpize and bundled builds.Edin Kadribasic2003-04-201-5/+17
* Reinstating these two items due to the fact that current config.m4Edin Kadribasic2003-04-201-0/+5
* Erm, this works much better :)Edin Kadribasic2003-04-201-1/+1
* Set appropriate flags when compiling bundled lib in thread-safeEdin Kadribasic2003-04-202-6/+10
* More things todoWez Furlong2003-04-191-0/+5
* Transparently decode binary encoded data.Wez Furlong2003-04-193-13/+90
* Little fix for people building sqlite as a static extensionWez Furlong2003-04-191-0/+6
* Add test for different result representationsMarcus Boerger2003-04-191-0/+49
* Fix 2 potential segfaults.Wez Furlong2003-04-191-3/+4
* Improve test environment, fix 001.phpt and rename that one, also change from ...Marcus Boerger2003-04-183-5/+8
* Add a first simple open/close testMarcus Boerger2003-04-181-0/+14
* ZTS fixesMarcus Boerger2003-04-181-0/+4
* First "real" test.Wez Furlong2003-04-182-17/+31
* done: persistent connectionsWez Furlong2003-04-181-2/+0
* Implement sqlite_popen(), which opens persistent connections to an sqliteWez Furlong2003-04-182-38/+177
* Update todoWez Furlong2003-04-181-3/+2
* Implement sqlite_unbuffered_query(), which works similarly to the mysqlWez Furlong2003-04-183-32/+235
* Constants for error codesWez Furlong2003-04-171-0/+28
* Folding markersWez Furlong2003-04-171-4/+4
* Add two new functions:Wez Furlong2003-04-173-22/+81
* Add pecl release version to phpinfo outputWez Furlong2003-04-172-3/+5
* and one moreWez Furlong2003-04-171-0/+2
* Add another todoWez Furlong2003-04-171-0/+2
* Update TODO.Wez Furlong2003-04-171-1/+5
* Add safe_mode and open_basedir checks for the COPY SQL statement.Wez Furlong2003-04-171-0/+26
* Update for new releaseWez Furlong2003-04-171-2/+11
* 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-172-0/+25
* Segfault fixing!Wez Furlong2003-04-172-5/+9
* Really fix buildWez Furlong2003-04-172-2/+3
* Hopefully fix build...Wez Furlong2003-04-172-6/+6
* Add dependency to generate headerWez Furlong2003-04-171-0/+2
* Update build filesWez Furlong2003-04-173-33/+142
* 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
* Nicer error message when an invalid function name is specified.Wez Furlong2003-04-171-2/+7