summaryrefslogtreecommitdiff
path: root/ext/sqlite
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+26
| | | | | Will follow up to internals@ shortly.
* Added myself to credits.Ilia Alshanetsky2003-11-161-1/+1
|
* Fixed compiler warning.Ilia Alshanetsky2003-10-281-1/+1
|
* Add another testMarcus Boerger2003-10-271-0/+56
|
* Rename testMarcus Boerger2003-10-271-1/+1
|
* Allow static methods being called from sqlite sql. Notice by Stphane MarielMarcus Boerger2003-10-251-3/+5
|
* Fix class/iterator relationship & handlingMarcus Boerger2003-10-181-32/+23
|
* - Make use of engine iteratorsMarcus Boerger2003-10-172-2/+239
|
* The sqlite classes need to be finalMarcus Boerger2003-10-171-0/+1
|
* pre/hasprev have nothing to do with iterationMarcus Boerger2003-10-171-2/+2
|
* - return correct hash constantsMarcus Boerger2003-09-211-9/+11
| | | | | - check for 'memory' in sqlite_factory() too (noticed by John Coggeshal)
* MFB: Add myself to creditsIlia Alshanetsky2003-09-191-0/+6
|
* Make use of dedicated macroMarcus Boerger2003-09-131-4/+4
|
* Omitting is also possible hereMarcus Boerger2003-09-051-1/+1
|
* WSMarcus Boerger2003-09-051-5/+0
|