summaryrefslogtreecommitdiff
path: root/ext/sqlite/sqlite.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 64-bit bugsquash partyArd Biesheuvel2004-06-161-12/+12
|
* add sqlite_exec()Stanislav Malyshev2004-05-131-0/+41
|
* - Added missing UNREGISTER_INI_ENTRIESMarcus Boerger2004-05-121-1/+7
|
* Empty query checks, bug #28112.Ilia Alshanetsky2004-04-221-0/+14
|
* bugfix #28112Marcus Boerger2004-04-221-1/+3
|
* Open basedir & safe_mode exception when copying or attaching to a memoryIlia Alshanetsky2004-04-111-2/+2
| | | | | only database.
* Increase severity level and use a more precise error message.Marcus Boerger2004-04-031-1/+1
|
* Fix class namesMarcus Boerger2004-03-291-11/+11
|
* Fix writing of SQLite and SimpleXMl extension and add Rob to the creditsMarcus Boerger2004-03-281-1/+1
| | | | | line of the latter. Add ext/SPL.
* Change to studlyCaps conventionMarcus Boerger2004-03-261-24/+24
| | | | | # Hopefully discussed enough this time
* Revert studlyCaps change for nowMarcus Boerger2004-03-231-24/+24
| | | | | # until we reach a point where the majority knows what they want
* Consitency rulesMarcus Boerger2004-03-231-3/+3
|
* Changed sqlite's OO API to studlyCaps.Marcus Boerger2004-03-231-24/+24
|
* Change float operations to safe_emalloc().Ilia Alshanetsky2004-03-091-2/+2
| | | | | Original idea by Sascha (see sess_sqlite.c)
* Rename hasMore() to valid() as discussed. (Part II)Marcus Boerger2004-03-081-8/+9
|
* Rename hasMore() to valid() as discussed. (Part I)Marcus Boerger2004-03-081-2/+2
|
* Corrected string escape calculation.Ilia Alshanetsky2004-03-071-2/+2
|
* Use correct variable name.Ilia Alshanetsky2004-03-061-1/+1
|
* Fixed a possible memory leaks inside sqlite_popen() &Ilia Alshanetsky2004-03-061-12/+19
| | | | | | sqlite_fetch_column_types(). Resolve the file path inside sqlite_factory().
* Fixed possible crash inside sqlite_escape_string() andIlia Alshanetsky2004-02-271-2/+2
| | | | | sqlite_udf_encode_binary().
* Wordsize fixesArd Biesheuvel2004-02-251-7/+7
|
* More wordsize/alignment fixesArd Biesheuvel2004-02-241-16/+16
|
* 64-bit fixesArd Biesheuvel2004-02-231-1/+1
|
* 64-bit fixArd Biesheuvel2004-02-231-1/+1
|
* Fix 64-bit crashArd Biesheuvel2004-02-221-1/+1
|
* For get_data iterator do not force numeric keys, return keys the userIlia Alshanetsky2004-02-151-1/+1
| | | | | requests.
* Fixed a crash inside create_aggregate() method due to incorrect argumentIlia Alshanetsky2004-02-151-1/+1
| | | | | parsing.
* zend_default_classes.h -> zend_exceptions.hZeev Suraski2004-02-121-1/+1
|
* kill warningZeev Suraski2004-02-041-1/+1
|
* - Update with new destructor codeZeev Suraski2004-02-041-2/+2
|
* No longer neededMarcus Boerger2004-01-171-4/+0
| | | | | # Found by Andrey
* Fix shutdownMarcus Boerger2004-01-151-3/+3
|
* MFH: Fixed bug #26911 (crash in sqlite extension when fetching data fromIlia Alshanetsky2004-01-141-0/+3
| | | | | empty queries).
* No longer neededMarcus Boerger2004-01-121-3/+0
|
* There's no more interaction with SPLMarcus Boerger2004-01-081-15/+0
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
|
* emalloc() -> safe_emalloc()Ilia Alshanetsky2003-12-311-1/+1
|
* Fix a memleakMarcus Boerger2003-12-281-18/+32
| | | | | Improve error messages
* Correct in orderMarcus Boerger2003-12-271-3/+1
|
* Bugfix #25329Marcus Boerger2003-12-271-3/+3
|
* 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)