summaryrefslogtreecommitdiff
path: root/ext/sqlite
Commit message (Expand)AuthorAgeFilesLines
* Prep for next releaseWez Furlong2003-05-142-2/+7
* Added sqlite_fetch_string(), for speedy fetching of data from databaseIlia Alshanetsky2003-05-132-0/+52
* Add meMarcus Boerger2003-05-041-0/+6
* - Indendation fixMarcus Boerger2003-05-034-7/+142
* 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-025-115/+283
* Allign.Edin Kadribasic2003-05-011-1/+1
* tests depend on ini optionMarcus Boerger2003-05-0110-0/+20
* Don't return table namesMarcus Boerger2003-05-011-7/+11
* Check returned associative indexesMarcus Boerger2003-05-011-0/+27
* Allow both parameter orderingsMarcus Boerger2003-04-301-1/+3
* Allow to set result_type default for each queryMarcus Boerger2003-04-301-4/+13
* More testsMarcus Boerger2003-04-271-0/+33
* 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
* Add more testsMarcus Boerger2003-04-273-0/+131
* win32 fixesWez Furlong2003-04-222-1/+10
* Fix the extension...Wez Furlong2003-04-221-28/+28
* Add windows .dsp and some kludgy pre-generated headers.Wez Furlong2003-04-224-0/+1017
* 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-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