summaryrefslogtreecommitdiff
path: root/ext/sqlite/sqlite.c
Commit message (Expand)AuthorAgeFilesLines
* Update exception codeMarcus Boerger2003-08-251-14/+2
* Fix warningsMarcus Boerger2003-08-171-6/+9
* # Wez, your whish is my commandMarcus Boerger2003-08-121-1/+1
* Bugfix #25056Marcus Boerger2003-08-121-5/+13
* Use new infrastructure.Zeev Suraski2003-08-031-5/+3
* Remove this then, tooMarcus Boerger2003-07-201-5/+0
* SQLite objects are not cloneable. Maybe we allow this later for sqlite_db.Marcus Boerger2003-07-201-1/+2
* Cleanup, as suggested by Andi.Sebastian Bergmann2003-07-191-1/+1
* ZTS fix.Sebastian Bergmann2003-07-141-1/+1
* Add sqlite_has_prev, and sqlite_prev.Wez Furlong2003-07-131-1/+70
* MFB better popen fixWez Furlong2003-07-131-10/+12
* Fix bug #24575 (sqlite_popen did not request a new resource id when persistentWez Furlong2003-07-131-1/+8
* fix this stupid errorMarcus Boerger2003-07-081-1/+1
* Fix bug #24540Marcus Boerger2003-07-081-1/+1
* - In function sqlite_field_name the index parameter is not optional.Marcus Boerger2003-07-051-48/+48
* Fix warnings and allow builds without ext/sessionMarcus Boerger2003-07-011-0/+4
* silence warning under win32Wez Furlong2003-07-011-1/+1
* Add sqlite session handler.Wez Furlong2003-07-011-0/+6
* Fix windows buildEdin Kadribasic2003-06-271-0/+2
* errmsg must be refMarcus Boerger2003-06-261-1/+1
* Rename sqlite_fetch_string() to sqlite_fetch_single() + aliasMarcus Boerger2003-06-261-8/+9
* Fix memleakMarcus Boerger2003-06-261-0/+9
* Fix a warningMarcus Boerger2003-06-251-2/+5
* ZTS typoIlia Alshanetsky2003-06-251-2/+2
* Don't pass resource as an argument when its not being parsed.Sterling Hughes2003-06-251-1/+1
* Added sqlite_single_query() and it's OO equivalent single_query().Ilia Alshanetsky2003-06-251-34/+116
* port sqlite_array_query() fix from PHP_4_3Ilia Alshanetsky2003-06-231-3/+14
* Remove sqlite::close()Marcus Boerger2003-06-221-1/+1
* 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