Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MFH: Fixed bug #26911 (crash in sqlite extension when fetching data from | Ilia Alshanetsky | 2004-01-14 | 2 | -0/+13 | |
| | | | | | empty queries). | |||||
* | touch generated parser. | Ilia Alshanetsky | 2004-01-14 | 1 | -1/+1 | |
| | ||||||
* | Upgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems). | Ilia Alshanetsky | 2004-01-14 | 19 | -347/+647 | |
| | ||||||
* | touch | Wez Furlong | 2004-01-14 | 1 | -1/+1 | |
| | ||||||
* | Whoops... Ilia forgot a ')' | John Coggeshall | 2004-01-13 | 1 | -1/+1 | |
| | ||||||
* | Fixed a bug that would cause the sqlite session database to grow endlessly. | Ilia Alshanetsky | 2004-01-12 | 1 | -1/+9 | |
| | ||||||
* | No longer needed | Marcus Boerger | 2004-01-12 | 1 | -3/+0 | |
| | ||||||
* | added utf8 support option for sqlite >= 2.8.9. | Rui Hirokawa | 2004-01-11 | 1 | -5/+12 | |
| | ||||||
* | - Fix build | foobar | 2004-01-09 | 1 | -0/+8 | |
| | ||||||
* | There's no more interaction with SPL | Marcus Boerger | 2004-01-08 | 1 | -15/+0 | |
| | ||||||
* | touch to make build work without lemon.. | foobar | 2004-01-08 | 1 | -1/+1 | |
| | ||||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 | |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | |||||
* | fix tests for win32 | Wez Furlong | 2004-01-08 | 2 | -6/+11 | |
| | ||||||
* | add new files to .dsp | Wez Furlong | 2004-01-08 | 1 | -0/+8 | |
| | ||||||
* | Update win32 build for new version of libsqlite | Wez Furlong | 2004-01-08 | 2 | -8/+84 | |
| | ||||||
* | Upgrade bundled libsqlite to 2.8.9 | Ilia Alshanetsky | 2004-01-08 | 37 | -6178/+4996 | |
| | ||||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 2 | -4/+4 | |
| | ||||||
* | emalloc() -> safe_emalloc() | Ilia Alshanetsky | 2003-12-31 | 1 | -1/+1 | |
| | ||||||
* | Add a test | Marcus Boerger | 2003-12-28 | 1 | -0/+44 | |
| | ||||||
* | Fix a memleak | Marcus Boerger | 2003-12-28 | 1 | -18/+32 | |
| | | | | | Improve error messages | |||||
* | revert my previous patch because utf-8 support is still in experimental status. | Rui Hirokawa | 2003-12-28 | 1 | -9/+3 | |
| | ||||||
* | added warning message. | Rui Hirokawa | 2003-12-28 | 1 | -1/+1 | |
| | ||||||
* | added a option to select character encoding for sqlite. | Rui Hirokawa | 2003-12-28 | 1 | -3/+9 | |
| | ||||||
* | Correct in order | Marcus Boerger | 2003-12-27 | 1 | -3/+1 | |
| | ||||||
* | Bugfix #25329 | Marcus Boerger | 2003-12-27 | 1 | -3/+3 | |
| | ||||||
* | Not needed | Marcus Boerger | 2003-12-27 | 1 | -1/+0 | |
| | ||||||
* | Add new test related to bug #25329. | Marcus Boerger | 2003-12-27 | 1 | -0/+50 | |
| | ||||||
* | Added sqlite_fetch_column_types() function. | Ilia Alshanetsky | 2003-12-18 | 4 | -0/+122 | |
| | ||||||
* | Do not mangle column names. | Ilia Alshanetsky | 2003-12-14 | 3 | -12/+22 | |
| | ||||||
* | The changes() method should be that of the database object not that of | Ilia Alshanetsky | 2003-12-10 | 2 | -2/+43 | |
| | | | | | | 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 | 2 | -1/+43 | |
| | | | | | a loop. | |||||
* | Make these tests work under win32 | Wez Furlong | 2003-12-05 | 6 | -9/+9 | |
| | ||||||
* | Made test work on windows | Edin Kadribasic | 2003-12-05 | 21 | -0/+46 | |
| | ||||||
* | No longer needed | Marcus Boerger | 2003-12-04 | 1 | -104/+0 | |
| | ||||||
* | Build adjustments. | Wez Furlong | 2003-12-03 | 1 | -1/+3 | |
| | ||||||
* | Add new (optional!) win32 build infrastructure. | Wez Furlong | 2003-12-02 | 1 | -0/+26 | |
| | | | | | Will follow up to internals@ shortly. | |||||
* | Added myself to credits. | Ilia Alshanetsky | 2003-11-16 | 1 | -1/+1 | |
| | ||||||
* | Fixed compiler warning. | Ilia Alshanetsky | 2003-10-28 | 1 | -1/+1 | |
| | ||||||
* | Add another test | Marcus Boerger | 2003-10-27 | 1 | -0/+56 | |
| | ||||||
* | Rename test | Marcus Boerger | 2003-10-27 | 1 | -1/+1 | |
| | ||||||
* | 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 | 2 | -2/+239 | |
| | ||||||
* | 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) | |||||
* | MFB: Add myself to credits | Ilia Alshanetsky | 2003-09-19 | 1 | -0/+6 | |
| | ||||||
* | 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 | |
| |