| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allow sqlite_fetch_column_types() to properly handle table names with | Ilia Alshanetsky | 2004-08-02 | 1 | -1/+1 |
| | | | | | | spaces in them. | ||||
| * | Fixed bug 29395 (sqlite_escape_string() returns bogus data on empty | Ilia Alshanetsky | 2004-07-27 | 1 | -1/+3 |
| | | | | | | | | strings). Original Patch by: Tony | ||||
| * | Bump PHP 5 sqlite extension number to 2.0 | Wez Furlong | 2004-07-10 | 1 | -1/+1 |
| | | | | | | (put some distance between it and the 4.3 version) | ||||
| * | 64-bit bugsquash party | Ard Biesheuvel | 2004-06-16 | 1 | -12/+12 |
| | | |||||
| * | add sqlite_exec() | Stanislav Malyshev | 2004-05-13 | 1 | -0/+41 |
| | | |||||
| * | - Added missing UNREGISTER_INI_ENTRIES | Marcus Boerger | 2004-05-12 | 1 | -1/+7 |
| | | |||||
| * | Empty query checks, bug #28112. | Ilia Alshanetsky | 2004-04-22 | 1 | -0/+14 |
| | | |||||
| * | bugfix #28112 | Marcus Boerger | 2004-04-22 | 1 | -1/+3 |
| | | |||||
| * | Open basedir & safe_mode exception when copying or attaching to a memory | Ilia Alshanetsky | 2004-04-11 | 1 | -2/+2 |
| | | | | | | only database. | ||||
| * | Increase severity level and use a more precise error message. | Marcus Boerger | 2004-04-03 | 1 | -1/+1 |
| | | |||||
| * | Fix class names | Marcus Boerger | 2004-03-29 | 1 | -11/+11 |
| | | |||||
| * | Fix writing of SQLite and SimpleXMl extension and add Rob to the credits | Marcus Boerger | 2004-03-28 | 1 | -1/+1 |
| | | | | | | line of the latter. Add ext/SPL. | ||||
| * | Change to studlyCaps convention | Marcus Boerger | 2004-03-26 | 1 | -24/+24 |
| | | | | | | # Hopefully discussed enough this time | ||||
| * | Revert studlyCaps change for now | Marcus Boerger | 2004-03-23 | 1 | -24/+24 |
| | | | | | | # until we reach a point where the majority knows what they want | ||||
| * | Consitency rules | Marcus Boerger | 2004-03-23 | 1 | -3/+3 |
| | | |||||
| * | Changed sqlite's OO API to studlyCaps. | Marcus Boerger | 2004-03-23 | 1 | -24/+24 |
| | | |||||
| * | Change float operations to safe_emalloc(). | Ilia Alshanetsky | 2004-03-09 | 1 | -2/+2 |
| | | | | | | Original idea by Sascha (see sess_sqlite.c) | ||||
| * | Rename hasMore() to valid() as discussed. (Part II) | Marcus Boerger | 2004-03-08 | 1 | -8/+9 |
| | | |||||
| * | Rename hasMore() to valid() as discussed. (Part I) | Marcus Boerger | 2004-03-08 | 1 | -2/+2 |
| | | |||||
| * | Corrected string escape calculation. | Ilia Alshanetsky | 2004-03-07 | 1 | -2/+2 |
| | | |||||
| * | Use correct variable name. | Ilia Alshanetsky | 2004-03-06 | 1 | -1/+1 |
| | | |||||
| * | Fixed a possible memory leaks inside sqlite_popen() & | Ilia Alshanetsky | 2004-03-06 | 1 | -12/+19 |
| | | | | | | | sqlite_fetch_column_types(). Resolve the file path inside sqlite_factory(). | ||||
| * | Fixed possible crash inside sqlite_escape_string() and | Ilia Alshanetsky | 2004-02-27 | 1 | -2/+2 |
| | | | | | | sqlite_udf_encode_binary(). | ||||
| * | Wordsize fixes | Ard Biesheuvel | 2004-02-25 | 1 | -7/+7 |
| | | |||||
| * | More wordsize/alignment fixes | Ard Biesheuvel | 2004-02-24 | 1 | -16/+16 |
| | | |||||
| * | 64-bit fixes | Ard Biesheuvel | 2004-02-23 | 1 | -1/+1 |
| | | |||||
| * | 64-bit fix | Ard Biesheuvel | 2004-02-23 | 1 | -1/+1 |
| | | |||||
| * | Fix 64-bit crash | Ard Biesheuvel | 2004-02-22 | 1 | -1/+1 |
| | | |||||
| * | For get_data iterator do not force numeric keys, return keys the user | Ilia Alshanetsky | 2004-02-15 | 1 | -1/+1 |
| | | | | | | requests. | ||||
| * | Fixed a crash inside create_aggregate() method due to incorrect argument | Ilia Alshanetsky | 2004-02-15 | 1 | -1/+1 |
| | | | | | | parsing. | ||||
| * | zend_default_classes.h -> zend_exceptions.h | Zeev Suraski | 2004-02-12 | 1 | -1/+1 |
| | | |||||
| * | kill warning | Zeev Suraski | 2004-02-04 | 1 | -1/+1 |
| | | |||||
| * | - 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 |
| | | |||||
