summaryrefslogtreecommitdiff
path: root/ext/sqlite/sqlite.c
Commit message (Collapse)AuthorAgeFilesLines
* Added sqlite_fetch_column_types() function.Ilia Alshanetsky2003-12-181-0/+68
|
* Do not mangle column names.Ilia Alshanetsky2003-12-141-4/+2
|
* The changes() method should be that of the database object not that ofIlia Alshanetsky2003-12-101-2/+1
| | | | | | a result. Added a test case for this bug.
* Fixed a crash in SQLite when fetching data using sqlite_fetch_object() inIlia Alshanetsky2003-12-101-1/+5
| | | | | a loop.
* Allow static methods being called from sqlite sql. Notice by Stphane MarielMarcus Boerger2003-10-251-3/+5
|
* Fix class/iterator relationship & handlingMarcus Boerger2003-10-181-32/+23
|
* - Make use of engine iteratorsMarcus Boerger2003-10-171-2/+136
|
* The sqlite classes need to be finalMarcus Boerger2003-10-171-0/+1
|
* pre/hasprev have nothing to do with iterationMarcus Boerger2003-10-171-2/+2
|
* - return correct hash constantsMarcus Boerger2003-09-211-9/+11
| | | | | - check for 'memory' in sqlite_factory() too (noticed by John Coggeshal)
* Make use of dedicated macroMarcus Boerger2003-09-131-4/+4
|
* Omitting is also possible hereMarcus Boerger2003-09-051-1/+1
|
* WSMarcus Boerger2003-09-051-5/+0
|
* Go with the messMarcus Boerger2003-09-041-3/+3
|
* Fix Win32 linkage problemsZeev Suraski2003-08-311-0/+8
|
* Fix property inheritance by using dedicated new functionMarcus Boerger2003-08-291-1/+2
|
* Throw exception if user wants to pass arguments to an non existing constructorMarcus Boerger2003-08-291-1/+1
|
* Throw exception if user wants to pass arguments to an non existing constructorMarcus Boerger2003-08-291-1/+3
|
* Allow to pass arguments to the constructorMarcus Boerger2003-08-291-6/+35
|
* Need to check if we got any value before destroying itMarcus Boerger2003-08-281-1/+3
|
* Add sqlite_fetch_object()Marcus Boerger2003-08-281-4/+85
|
* 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
| | | | | There are bound to be some messups, please report build/runtime bugs!
* 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
| | | | | Patch by Jan Lehnardt <jan@php.net>
* 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
| | | | | handles were re-used within a request).
* 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 all the protos.
* Fix warnings and allow builds without ext/sessionMarcus Boerger2003-07-011-0/+4
|
* silence warning under win32Wez Furlong2003-07-011-1/+1
| | | | | (maybe!)
* Add sqlite session handler.Wez Furlong2003-07-011-0/+6
| | | | | | | | | Modified (quite a bit!) patch from John Coggeshall. It compiles, but it otherwise untested. session.save_path == path to actual database file for the session. eg: session.save_path=/tmp/mysite-session.db
* 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
|