Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Update with new destructor code | Zeev Suraski | 2004-02-04 | 1 | -2/+2 | |
| | ||||||
* | No longer needed | Marcus Boerger | 2004-01-17 | 1 | -4/+0 | |
| | | | | | # Found by Andrey | |||||
* | Fix shutdown | Marcus Boerger | 2004-01-15 | 1 | -3/+3 | |
| | ||||||
* | MFH: Fixed bug #26911 (crash in sqlite extension when fetching data from | Ilia Alshanetsky | 2004-01-14 | 1 | -0/+3 | |
| | | | | | empty queries). | |||||
* | No longer needed | Marcus Boerger | 2004-01-12 | 1 | -3/+0 | |
| | ||||||
* | There's no more interaction with SPL | Marcus Boerger | 2004-01-08 | 1 | -15/+0 | |
| | ||||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 | |
| | ||||||
* | emalloc() -> safe_emalloc() | Ilia Alshanetsky | 2003-12-31 | 1 | -1/+1 | |
| | ||||||
* | Fix a memleak | Marcus Boerger | 2003-12-28 | 1 | -18/+32 | |
| | | | | | Improve error messages | |||||
* | Correct in order | Marcus Boerger | 2003-12-27 | 1 | -3/+1 | |
| | ||||||
* | Bugfix #25329 | Marcus Boerger | 2003-12-27 | 1 | -3/+3 | |
| | ||||||
* | Added sqlite_fetch_column_types() function. | Ilia Alshanetsky | 2003-12-18 | 1 | -0/+68 | |
| | ||||||
* | Do not mangle column names. | Ilia Alshanetsky | 2003-12-14 | 1 | -4/+2 | |
| | ||||||
* | The changes() method should be that of the database object not that of | Ilia Alshanetsky | 2003-12-10 | 1 | -2/+1 | |
| | | | | | | a result. Added a test case for this bug. | |||||
* | Fixed a crash in SQLite when fetching data using sqlite_fetch_object() in | Ilia Alshanetsky | 2003-12-10 | 1 | -1/+5 | |
| | | | | | a loop. | |||||
* | Allow static methods being called from sqlite sql. Notice by Stphane Mariel | Marcus Boerger | 2003-10-25 | 1 | -3/+5 | |
| | ||||||
* | Fix class/iterator relationship & handling | Marcus Boerger | 2003-10-18 | 1 | -32/+23 | |
| | ||||||
* | - Make use of engine iterators | Marcus Boerger | 2003-10-17 | 1 | -2/+136 | |
| | ||||||
* | The sqlite classes need to be final | Marcus Boerger | 2003-10-17 | 1 | -0/+1 | |
| | ||||||
* | pre/hasprev have nothing to do with iteration | Marcus Boerger | 2003-10-17 | 1 | -2/+2 | |
| | ||||||
* | - return correct hash constants | Marcus Boerger | 2003-09-21 | 1 | -9/+11 | |
| | | | | | - check for 'memory' in sqlite_factory() too (noticed by John Coggeshal) | |||||
* | Make use of dedicated macro | Marcus Boerger | 2003-09-13 | 1 | -4/+4 | |
| | ||||||
* | Omitting is also possible here | Marcus Boerger | 2003-09-05 | 1 | -1/+1 | |
| | ||||||
* | WS | Marcus Boerger | 2003-09-05 | 1 | -5/+0 | |
| | ||||||
* | Go with the mess | Marcus Boerger | 2003-09-04 | 1 | -3/+3 | |
| | ||||||
* | Fix Win32 linkage problems | Zeev Suraski | 2003-08-31 | 1 | -0/+8 | |
| | ||||||
* | Fix property inheritance by using dedicated new function | Marcus Boerger | 2003-08-29 | 1 | -1/+2 | |
| | ||||||
* | Throw exception if user wants to pass arguments to an non existing constructor | Marcus Boerger | 2003-08-29 | 1 | -1/+1 | |
| | ||||||
* | Throw exception if user wants to pass arguments to an non existing constructor | Marcus Boerger | 2003-08-29 | 1 | -1/+3 | |
| | ||||||
* | Allow to pass arguments to the constructor | Marcus Boerger | 2003-08-29 | 1 | -6/+35 | |
| | ||||||
* | Need to check if we got any value before destroying it | Marcus Boerger | 2003-08-28 | 1 | -1/+3 | |
| | ||||||
* | Add sqlite_fetch_object() | Marcus Boerger | 2003-08-28 | 1 | -4/+85 | |
| | ||||||
* | Update exception code | Marcus Boerger | 2003-08-25 | 1 | -14/+2 | |
| | ||||||
* | Fix warnings | Marcus Boerger | 2003-08-17 | 1 | -6/+9 | |
| | ||||||
* | # Wez, your whish is my command | Marcus Boerger | 2003-08-12 | 1 | -1/+1 | |
| | ||||||
* | Bugfix #25056 | Marcus Boerger | 2003-08-12 | 1 | -5/+13 | |
| | ||||||
* | Use new infrastructure. | Zeev Suraski | 2003-08-03 | 1 | -5/+3 | |
| | | | | | There are bound to be some messups, please report build/runtime bugs! | |||||
* | Remove this then, too | Marcus Boerger | 2003-07-20 | 1 | -5/+0 | |
| | ||||||
* | SQLite objects are not cloneable. Maybe we allow this later for sqlite_db. | Marcus Boerger | 2003-07-20 | 1 | -1/+2 | |
| | ||||||
* | Cleanup, as suggested by Andi. | Sebastian Bergmann | 2003-07-19 | 1 | -1/+1 | |
| | ||||||
* | ZTS fix. | Sebastian Bergmann | 2003-07-14 | 1 | -1/+1 | |
| | ||||||
* | Add sqlite_has_prev, and sqlite_prev. | Wez Furlong | 2003-07-13 | 1 | -1/+70 | |
| | | | | | Patch by Jan Lehnardt <jan@php.net> | |||||
* | MFB better popen fix | Wez Furlong | 2003-07-13 | 1 | -10/+12 | |
| | ||||||
* | Fix bug #24575 (sqlite_popen did not request a new resource id when persistent | Wez Furlong | 2003-07-13 | 1 | -1/+8 | |
| | | | | | handles were re-used within a request). | |||||
* | fix this stupid error | Marcus Boerger | 2003-07-08 | 1 | -1/+1 | |
| | ||||||
* | Fix bug #24540 | Marcus Boerger | 2003-07-08 | 1 | -1/+1 | |
| | ||||||
* | - In function sqlite_field_name the index parameter is not optional. | Marcus Boerger | 2003-07-05 | 1 | -48/+48 | |
| | | | | | - Fix all the protos. | |||||
* | Fix warnings and allow builds without ext/session | Marcus Boerger | 2003-07-01 | 1 | -0/+4 | |
| | ||||||
* | silence warning under win32 | Wez Furlong | 2003-07-01 | 1 | -1/+1 | |
| | | | | | (maybe!) | |||||
* | Add sqlite session handler. | Wez Furlong | 2003-07-01 | 1 | -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 |