summaryrefslogtreecommitdiff
path: root/ext/sqlite
Commit message (Collapse)AuthorAgeFilesLines
* kill warningZeev Suraski2004-02-041-1/+1
|
* - Update with new destructor codeZeev Suraski2004-02-041-2/+2
|
* SQLITE_ENCODING should be UTF8 rather than UTF-8Stig Bakken2004-02-031-1/+1
|
* Proper configure switch for sqlite.Ilia Alshanetsky2004-01-291-1/+4
|
* Adding dependencies on sqlite.h for the rest of the source files in theJon Parise2004-01-211-0/+4
| | | | | libsqlite distribution.
* Update, id_l is uniqueMarcus Boerger2004-01-181-3/+3
|
* Add spl interaction test.Marcus Boerger2004-01-181-0/+125
|
* UpdateMarcus Boerger2004-01-182-0/+6
|
* Make the compilation of vdbeaux.c dependent on the generation of sqlite.h.Jon Parise2004-01-171-0/+2
| | | | | An incremental 'make -j' build will now complete successfully.
* No longer neededMarcus Boerger2004-01-171-4/+0
| | | | | # Found by Andrey
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-2/+2
|
* update file for win32 buildWez Furlong2004-01-161-1/+1
|
* Update TODOIlia Alshanetsky2004-01-161-4/+1
|
* Fix shutdownMarcus Boerger2004-01-151-3/+3
|
* - Fix the php dependencyPierre Joye2004-01-151-1/+1
| | | | | (wide copy/paste is not that good no? ;) )
* MFH: Fixed bug #26911 (crash in sqlite extension when fetching data fromIlia Alshanetsky2004-01-142-0/+13
| | | | | empty queries).
* touch generated parser.Ilia Alshanetsky2004-01-141-1/+1
|
* Upgraded bundled libsqlite to 2.8.11 (fixed critical bug of *NIX systems).Ilia Alshanetsky2004-01-1419-347/+647
|
* touchWez Furlong2004-01-141-1/+1
|
* Whoops... Ilia forgot a ')'John Coggeshall2004-01-131-1/+1
|
* Fixed a bug that would cause the sqlite session database to grow endlessly.Ilia Alshanetsky2004-01-121-1/+9
|
* No longer neededMarcus Boerger2004-01-121-3/+0
|
* added utf8 support option for sqlite >= 2.8.9.Rui Hirokawa2004-01-111-5/+12
|
* - Fix buildfoobar2004-01-091-0/+8
|
* There's no more interaction with SPLMarcus Boerger2004-01-081-15/+0
|
* touch to make build work without lemon..foobar2004-01-081-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* fix tests for win32Wez Furlong2004-01-082-6/+11
|
* add new files to .dspWez Furlong2004-01-081-0/+8
|
* Update win32 build for new version of libsqliteWez Furlong2004-01-082-8/+84
|
* Upgrade bundled libsqlite to 2.8.9Ilia Alshanetsky2004-01-0837-6178/+4996
|
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-082-4/+4
|
* emalloc() -> safe_emalloc()Ilia Alshanetsky2003-12-311-1/+1
|
* Add a testMarcus Boerger2003-12-281-0/+44
|
* Fix a memleakMarcus Boerger2003-12-281-18/+32
| | | | | Improve error messages
* revert my previous patch because utf-8 support is still in experimental status.Rui Hirokawa2003-12-281-9/+3
|
* added warning message.Rui Hirokawa2003-12-281-1/+1
|
* added a option to select character encoding for sqlite.Rui Hirokawa2003-12-281-3/+9
|
* Correct in orderMarcus Boerger2003-12-271-3/+1
|
* Bugfix #25329Marcus Boerger2003-12-271-3/+3
|
* Not neededMarcus Boerger2003-12-271-1/+0
|
* Add new test related to bug #25329.Marcus Boerger2003-12-271-0/+50
|
* Added sqlite_fetch_column_types() function.Ilia Alshanetsky2003-12-184-0/+122
|
* Do not mangle column names.Ilia Alshanetsky2003-12-143-12/+22
|
* The changes() method should be that of the database object not that ofIlia Alshanetsky2003-12-102-2/+43
| | | | | | a result. Added a test case for this bug.
* Fixed a crash in SQLite when fetching data using sqlite_fetch_object() inIlia Alshanetsky2003-12-102-1/+43
| | | | | a loop.
* Make these tests work under win32Wez Furlong2003-12-056-9/+9
|
* Made test work on windowsEdin Kadribasic2003-12-0521-0/+46
|
* No longer neededMarcus Boerger2003-12-041-104/+0
|
* Build adjustments.Wez Furlong2003-12-031-1/+3
|