Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update exception code | Marcus Boerger | 2003-08-25 | 1 | -14/+2 |
* | Fix warnings | Marcus Boerger | 2003-08-17 | 1 | -6/+9 |
* | # Wez, your whish is my command | Marcus Boerger | 2003-08-12 | 1 | -1/+1 |
* | Bugfix #25056 | Marcus Boerger | 2003-08-12 | 1 | -5/+13 |
* | Use new infrastructure. | Zeev Suraski | 2003-08-03 | 1 | -5/+3 |
* | Remove this then, too | Marcus Boerger | 2003-07-20 | 1 | -5/+0 |
* | SQLite objects are not cloneable. Maybe we allow this later for sqlite_db. | Marcus Boerger | 2003-07-20 | 1 | -1/+2 |
* | Cleanup, as suggested by Andi. | Sebastian Bergmann | 2003-07-19 | 1 | -1/+1 |
* | ZTS fix. | Sebastian Bergmann | 2003-07-14 | 1 | -1/+1 |
* | Add sqlite_has_prev, and sqlite_prev. | Wez Furlong | 2003-07-13 | 1 | -1/+70 |
* | MFB better popen fix | Wez Furlong | 2003-07-13 | 1 | -10/+12 |
* | Fix bug #24575 (sqlite_popen did not request a new resource id when persistent | Wez Furlong | 2003-07-13 | 1 | -1/+8 |
* | fix this stupid error | Marcus Boerger | 2003-07-08 | 1 | -1/+1 |
* | Fix bug #24540 | Marcus Boerger | 2003-07-08 | 1 | -1/+1 |
* | - In function sqlite_field_name the index parameter is not optional. | Marcus Boerger | 2003-07-05 | 1 | -48/+48 |
* | Fix warnings and allow builds without ext/session | Marcus Boerger | 2003-07-01 | 1 | -0/+4 |
* | silence warning under win32 | Wez Furlong | 2003-07-01 | 1 | -1/+1 |
* | Add sqlite session handler. | Wez Furlong | 2003-07-01 | 1 | -0/+6 |
* | Fix windows build | Edin Kadribasic | 2003-06-27 | 1 | -0/+2 |
* | 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 | 1 | -8/+9 |
* | Fix memleak | Marcus Boerger | 2003-06-26 | 1 | -0/+9 |
* | Fix a warning | Marcus Boerger | 2003-06-25 | 1 | -2/+5 |
* | 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 | 1 | -34/+116 |
* | port sqlite_array_query() fix from PHP_4_3 | Ilia Alshanetsky | 2003-06-23 | 1 | -3/+14 |
* | Remove sqlite::close() | Marcus Boerger | 2003-06-22 | 1 | -1/+1 |
* | Add oo API | Marcus Boerger | 2003-06-22 | 1 | -123/+629 |
* | Prepare for 1.0 release | Wez Furlong | 2003-06-21 | 1 | -1/+1 |
* | Add a pair of functions to handle the binary coding used by PHP from within | Wez Furlong | 2003-06-21 | 1 | -2/+63 |
* | Some tweaks ready for the upcoming 1.0 release. | Wez Furlong | 2003-06-19 | 1 | -6/+19 |
* | Should build with PHP5 now... | Wez Furlong | 2003-06-18 | 1 | -1/+1 |
* | - Update license | Marcus Boerger | 2003-06-14 | 1 | -29/+44 |
* | - Add sqlite_array_query(). | Marcus Boerger | 2003-06-09 | 1 | -36/+86 |
* | Do not perform safe_mode & open_basedir checks for memory-only databases. | Ilia Alshanetsky | 2003-06-09 | 1 | -12/+18 |
* | WS | Marcus Boerger | 2003-06-07 | 1 | -6/+6 |
* | Update bundled library to 2.8.3 + patches from sqlite author to enable | Wez Furlong | 2003-06-06 | 1 | -0/+14 |
* | New fetch_all() an fetch optimization reworked (original idea by ilia) | Marcus Boerger | 2003-06-06 | 1 | -26/+53 |
* | Update bundled library to version 2.8.2. | Wez Furlong | 2003-06-04 | 1 | -3/+10 |
* | Revert accidental commit from marcus. | Wez Furlong | 2003-06-04 | 1 | -530/+101 |
* | Goodbye namespaces | Marcus Boerger | 2003-06-04 | 1 | -101/+530 |
* | Prep for next release | Wez Furlong | 2003-05-14 | 1 | -1/+1 |
* | Added sqlite_fetch_string(), for speedy fetching of data from database | Ilia Alshanetsky | 2003-05-13 | 1 | -0/+51 |
* | - Indendation fix | Marcus Boerger | 2003-05-03 | 1 | -6/+85 |
* | Fix MFN error (now really) | Marcus Boerger | 2003-05-02 | 1 | -1/+2 |
* | Fix MFN error | Marcus Boerger | 2003-05-02 | 1 | -7/+6 |
* | Add iterator interface and test | Marcus Boerger | 2003-05-02 | 1 | -96/+181 |
* | Don't return table names | Marcus Boerger | 2003-05-01 | 1 | -7/+11 |
* | Allow both parameter orderings | Marcus Boerger | 2003-04-30 | 1 | -1/+3 |