summaryrefslogtreecommitdiff
path: root/ext/sqlite
Commit message (Collapse)AuthorAgeFilesLines
...
* errmsg must be refMarcus Boerger2003-06-261-1/+1
|
* Rename sqlite_fetch_string() to sqlite_fetch_single() + aliasMarcus Boerger2003-06-263-11/+12
|
* Fix memleakMarcus Boerger2003-06-261-0/+9
|
* Fix a warningMarcus Boerger2003-06-251-2/+5
|
* Make sqlite good ext/ citizen.Edin Kadribasic2003-06-251-4/+4
| | | | | # Hope this CVS mess goes away real soon now!
* ZTS typoIlia Alshanetsky2003-06-251-2/+2
|
* Don't pass resource as an argument when its not being parsed.Sterling Hughes2003-06-251-1/+1
|
* Added sqlite_single_query() and it's OO equivalent single_query().Ilia Alshanetsky2003-06-254-34/+211
|
* enable sqlite by defaultSterling Hughes2003-06-251-1/+1
|
* 1.1, not 2.0...Wez Furlong2003-06-241-1/+1
|
* update package.xml for 5.0Wez Furlong2003-06-241-135/+124
|
* port sqlite_array_query() fix from PHP_4_3Ilia Alshanetsky2003-06-232-3/+27
|
* Fix test shutdownMarcus Boerger2003-06-222-6/+2
|
* Remove sqlite::close()Marcus Boerger2003-06-221-1/+1
|
* Add oo APIMarcus Boerger2003-06-2217-124/+1405
|
* More prep for 1.0 release.Wez Furlong2003-06-212-8/+16
|
* Prepare for 1.0 releaseWez Furlong2003-06-212-8/+9
|
* Add a pair of functions to handle the binary coding used by PHP from withinWez Furlong2003-06-213-2/+98
| | | | | | | | UDF callbacks. Add test for binary functions. Fix proto.
* Some tweaks ready for the upcoming 1.0 release.Wez Furlong2003-06-192-6/+24
|
* Should build with PHP5 now...Wez Furlong2003-06-181-1/+1
|
* Fix testMarcus Boerger2003-06-141-2/+2
|
* - Update licenseMarcus Boerger2003-06-143-48/+105
| | | | | - Don't buffer in non buffered mode
* Add .def file to export the sqlite functions from our win32 dllWez Furlong2003-06-122-29/+45
|
* Add a test for sqlite_array_query()Marcus Boerger2003-06-091-0/+47
|
* This is a 'fetch all' test using fetch_all()Marcus Boerger2003-06-091-1/+1
|
* UpdateMarcus Boerger2003-06-091-1/+21
|
* Add sqlite_array_query().Marcus Boerger2003-06-091-0/+2
|
* - Add sqlite_array_query().Marcus Boerger2003-06-091-36/+86
| | | | | - Make all read functions destructive when in unbuffered read mode.
* Do not perform safe_mode & open_basedir checks for memory-only databases.Ilia Alshanetsky2003-06-091-12/+18
|
* Actually sqlite.c isn't located in libsqliteMarcus Boerger2003-06-071-1/+1
|
* Added new testMarcus Boerger2003-06-071-0/+118
|
* WSMarcus Boerger2003-06-071-6/+6
|
* Touch lemon generated fileWez Furlong2003-06-061-0/+1
|
* Update bundled library to 2.8.3 + patches from sqlite author to enableWez Furlong2003-06-0626-907/+1056
| | | | | authorization checks for the ATTACH database command.
* UpdateMarcus Boerger2003-06-061-0/+1
|
* New fetch_all() an fetch optimization reworked (original idea by ilia)Marcus Boerger2003-06-061-26/+53
|
* Update win32 build with new versionEdin Kadribasic2003-06-061-24/+60
|
* Update for 2.8.2Wez Furlong2003-06-061-14/+9
|
* Added test filesMarcus Boerger2003-06-051-0/+8
|
* UpdateMarcus Boerger2003-06-051-1/+1
|
* UpdateMarcus Boerger2003-06-051-3/+4
|
* WSWez Furlong2003-06-051-1/+0
|
* Update bundled library to version 2.8.2.Wez Furlong2003-06-0442-7415/+11000
| | | | | | Make OnUpdateInt compatible with ZE2. Fix the makefile fragment for non-gnu makes
* Revert accidental commit from marcus.Wez Furlong2003-06-042-533/+101
|
* Goodbye namespacesMarcus Boerger2003-06-042-101/+533
|
* Prep for next releaseWez Furlong2003-05-142-2/+7
|
* Added sqlite_fetch_string(), for speedy fetching of data from databaseIlia Alshanetsky2003-05-132-0/+52
| | | | | cursor containing only a single column.
* Add meMarcus Boerger2003-05-041-0/+6
|
* - Indendation fixMarcus Boerger2003-05-034-7/+142
| | | | | | - Proto fix - Add efficient single column access function: sqlite_column()
* Fix MFN error (now really)Marcus Boerger2003-05-021-1/+2
|