Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | errmsg must be ref | Marcus Boerger | 2003-06-26 | 1 | -1/+1 | |
| | ||||||
* | Rename sqlite_fetch_string() to sqlite_fetch_single() + alias | Marcus Boerger | 2003-06-26 | 3 | -11/+12 | |
| | ||||||
* | Fix memleak | Marcus Boerger | 2003-06-26 | 1 | -0/+9 | |
| | ||||||
* | Fix a warning | Marcus Boerger | 2003-06-25 | 1 | -2/+5 | |
| | ||||||
* | Make sqlite good ext/ citizen. | Edin Kadribasic | 2003-06-25 | 1 | -4/+4 | |
| | | | | | # Hope this CVS mess goes away real soon now! | |||||
* | ZTS typo | Ilia Alshanetsky | 2003-06-25 | 1 | -2/+2 | |
| | ||||||
* | Don't pass resource as an argument when its not being parsed. | Sterling Hughes | 2003-06-25 | 1 | -1/+1 | |
| | ||||||
* | Added sqlite_single_query() and it's OO equivalent single_query(). | Ilia Alshanetsky | 2003-06-25 | 4 | -34/+211 | |
| | ||||||
* | enable sqlite by default | Sterling Hughes | 2003-06-25 | 1 | -1/+1 | |
| | ||||||
* | 1.1, not 2.0... | Wez Furlong | 2003-06-24 | 1 | -1/+1 | |
| | ||||||
* | update package.xml for 5.0 | Wez Furlong | 2003-06-24 | 1 | -135/+124 | |
| | ||||||
* | port sqlite_array_query() fix from PHP_4_3 | Ilia Alshanetsky | 2003-06-23 | 2 | -3/+27 | |
| | ||||||
* | Fix test shutdown | Marcus Boerger | 2003-06-22 | 2 | -6/+2 | |
| | ||||||
* | Remove sqlite::close() | Marcus Boerger | 2003-06-22 | 1 | -1/+1 | |
| | ||||||
* | Add oo API | Marcus Boerger | 2003-06-22 | 17 | -124/+1405 | |
| | ||||||
* | More prep for 1.0 release. | Wez Furlong | 2003-06-21 | 2 | -8/+16 | |
| | ||||||
* | Prepare for 1.0 release | Wez Furlong | 2003-06-21 | 2 | -8/+9 | |
| | ||||||
* | Add a pair of functions to handle the binary coding used by PHP from within | Wez Furlong | 2003-06-21 | 3 | -2/+98 | |
| | | | | | | | | UDF callbacks. Add test for binary functions. Fix proto. | |||||
* | Some tweaks ready for the upcoming 1.0 release. | Wez Furlong | 2003-06-19 | 2 | -6/+24 | |
| | ||||||
* | Should build with PHP5 now... | Wez Furlong | 2003-06-18 | 1 | -1/+1 | |
| | ||||||
* | Fix test | Marcus Boerger | 2003-06-14 | 1 | -2/+2 | |
| | ||||||
* | - Update license | Marcus Boerger | 2003-06-14 | 3 | -48/+105 | |
| | | | | | - Don't buffer in non buffered mode | |||||
* | Add .def file to export the sqlite functions from our win32 dll | Wez Furlong | 2003-06-12 | 2 | -29/+45 | |
| | ||||||
* | Add a test for sqlite_array_query() | Marcus Boerger | 2003-06-09 | 1 | -0/+47 | |
| | ||||||
* | This is a 'fetch all' test using fetch_all() | Marcus Boerger | 2003-06-09 | 1 | -1/+1 | |
| | ||||||
* | Update | Marcus Boerger | 2003-06-09 | 1 | -1/+21 | |
| | ||||||
* | Add sqlite_array_query(). | Marcus Boerger | 2003-06-09 | 1 | -0/+2 | |
| | ||||||
* | - Add sqlite_array_query(). | Marcus Boerger | 2003-06-09 | 1 | -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 Alshanetsky | 2003-06-09 | 1 | -12/+18 | |
| | ||||||
* | Actually sqlite.c isn't located in libsqlite | Marcus Boerger | 2003-06-07 | 1 | -1/+1 | |
| | ||||||
* | Added new test | Marcus Boerger | 2003-06-07 | 1 | -0/+118 | |
| | ||||||
* | WS | Marcus Boerger | 2003-06-07 | 1 | -6/+6 | |
| | ||||||
* | Touch lemon generated file | Wez Furlong | 2003-06-06 | 1 | -0/+1 | |
| | ||||||
* | Update bundled library to 2.8.3 + patches from sqlite author to enable | Wez Furlong | 2003-06-06 | 26 | -907/+1056 | |
| | | | | | authorization checks for the ATTACH database command. | |||||
* | Update | Marcus Boerger | 2003-06-06 | 1 | -0/+1 | |
| | ||||||
* | New fetch_all() an fetch optimization reworked (original idea by ilia) | Marcus Boerger | 2003-06-06 | 1 | -26/+53 | |
| | ||||||
* | Update win32 build with new version | Edin Kadribasic | 2003-06-06 | 1 | -24/+60 | |
| | ||||||
* | Update for 2.8.2 | Wez Furlong | 2003-06-06 | 1 | -14/+9 | |
| | ||||||
* | Added test files | Marcus Boerger | 2003-06-05 | 1 | -0/+8 | |
| | ||||||
* | Update | Marcus Boerger | 2003-06-05 | 1 | -1/+1 | |
| | ||||||
* | Update | Marcus Boerger | 2003-06-05 | 1 | -3/+4 | |
| | ||||||
* | WS | Wez Furlong | 2003-06-05 | 1 | -1/+0 | |
| | ||||||
* | Update bundled library to version 2.8.2. | Wez Furlong | 2003-06-04 | 42 | -7415/+11000 | |
| | | | | | | Make OnUpdateInt compatible with ZE2. Fix the makefile fragment for non-gnu makes | |||||
* | Revert accidental commit from marcus. | Wez Furlong | 2003-06-04 | 2 | -533/+101 | |
| | ||||||
* | Goodbye namespaces | Marcus Boerger | 2003-06-04 | 2 | -101/+533 | |
| | ||||||
* | Prep for next release | Wez Furlong | 2003-05-14 | 2 | -2/+7 | |
| | ||||||
* | Added sqlite_fetch_string(), for speedy fetching of data from database | Ilia Alshanetsky | 2003-05-13 | 2 | -0/+52 | |
| | | | | | cursor containing only a single column. | |||||
* | Add me | Marcus Boerger | 2003-05-04 | 1 | -0/+6 | |
| | ||||||
* | - Indendation fix | Marcus Boerger | 2003-05-03 | 4 | -7/+142 | |
| | | | | | | - Proto fix - Add efficient single column access function: sqlite_column() | |||||
* | Fix MFN error (now really) | Marcus Boerger | 2003-05-02 | 1 | -1/+2 | |
| |