Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kill warning | Zeev Suraski | 2004-02-04 | 1 | -1/+1 |
| | |||||
* | - Update with new destructor code | Zeev Suraski | 2004-02-04 | 1 | -2/+2 |
| | |||||
* | SQLITE_ENCODING should be UTF8 rather than UTF-8 | Stig Bakken | 2004-02-03 | 1 | -1/+1 |
| | |||||
* | Proper configure switch for sqlite. | Ilia Alshanetsky | 2004-01-29 | 1 | -1/+4 |
| | |||||
* | Adding dependencies on sqlite.h for the rest of the source files in the | Jon Parise | 2004-01-21 | 1 | -0/+4 |
| | | | | | libsqlite distribution. | ||||
* | Update, id_l is unique | Marcus Boerger | 2004-01-18 | 1 | -3/+3 |
| | |||||
* | Add spl interaction test. | Marcus Boerger | 2004-01-18 | 1 | -0/+125 |
| | |||||
* | Update | Marcus Boerger | 2004-01-18 | 2 | -0/+6 |
| | |||||
* | Make the compilation of vdbeaux.c dependent on the generation of sqlite.h. | Jon Parise | 2004-01-17 | 1 | -0/+2 |
| | | | | | An incremental 'make -j' build will now complete successfully. | ||||
* | No longer needed | Marcus Boerger | 2004-01-17 | 1 | -4/+0 |
| | | | | | # Found by Andrey | ||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -2/+2 |
| | |||||
* | update file for win32 build | Wez Furlong | 2004-01-16 | 1 | -1/+1 |
| | |||||
* | Update TODO | Ilia Alshanetsky | 2004-01-16 | 1 | -4/+1 |
| | |||||
* | Fix shutdown | Marcus Boerger | 2004-01-15 | 1 | -3/+3 |
| | |||||
* | - Fix the php dependency | Pierre Joye | 2004-01-15 | 1 | -1/+1 |
| | | | | | (wide copy/paste is not that good no? ;) ) | ||||
* | 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 |
| |