Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | | | | UDF callbacks. Add test for binary functions. Fix proto. | |||||
* | 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 | |
| | | | | | - Don't buffer in non buffered mode | |||||
* | - 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 | |
| | ||||||
* | 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 | |
| | | | | | authorization checks for the ATTACH database command. | |||||
* | 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 | |
| | | | | | | Make OnUpdateInt compatible with ZE2. Fix the makefile fragment for non-gnu makes | |||||
* | 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 | |
| | | | | | cursor containing only a single column. | |||||
* | - Indendation fix | Marcus Boerger | 2003-05-03 | 1 | -6/+85 | |
| | | | | | | - Proto fix - Add efficient single column access function: sqlite_column() | |||||
* | 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 | |
| | ||||||
* | Allow to set result_type default for each query | Marcus Boerger | 2003-04-30 | 1 | -4/+13 | |
| | ||||||
* | Seems like a better fix.. | Wez Furlong | 2003-04-27 | 1 | -8/+4 | |
| | ||||||
* | More safe_emalloc() | Marcus Boerger | 2003-04-27 | 1 | -3/+7 | |
| | ||||||
* | WS, plus default: would prevent case SQLITE_DONE: in php_sqlite_fetch(). | Wez Furlong | 2003-04-27 | 1 | -16/+17 | |
| | ||||||
* | Enable some more functions with unbuffered queries | Marcus Boerger | 2003-04-27 | 1 | -107/+118 | |
| | ||||||
* | win32 fixes | Wez Furlong | 2003-04-22 | 1 | -0/+9 | |
| | ||||||
* | Add windows .dsp and some kludgy pre-generated headers. | Wez Furlong | 2003-04-22 | 1 | -0/+1 | |
| | ||||||
* | I will use my brain properly next time | Wez Furlong | 2003-04-22 | 1 | -1/+1 | |
| | ||||||
* | allow sqlite_query() to accept the query string and database resource in | Wez Furlong | 2003-04-22 | 1 | -2/+4 | |
| | | | | | | | | either order. Forgot to bump the package version number displayed by phpinfo()... Bump to 0.9a | |||||
* | Added sqlite.assoc_case ini entry with 0 as the default value. | Edin Kadribasic | 2003-04-22 | 1 | -0/+44 | |
| | | | | | | | 0 - Make no changes to the keys in the associative array 1 - Change the keys to uppercase 2 - Change the keys to lowercase | |||||
* | Eliminate leaks from registering plain or aggregate functions. | Wez Furlong | 2003-04-20 | 1 | -32/+144 | |
| | | | | | | | Also, reduce (probably eliminate) the risk of a segfault when registering a callback on a persistent connection and later triggering the callback from a different script. | |||||
* | Implement sqlite_create_function(), which allows binding of php functions by | Wez Furlong | 2003-04-20 | 1 | -3/+104 | |
| | | | | | | | | | | | | | name; this is a higher performance alternative to the generic php() SQL function. (saves parsing the additional function call in the SQL and a call to zend_is_callable on each function invocation). Add test for sqlite_create_function(). Fixup proto for sqlite_create_aggregate(). Tweak package file and speling in header file. | |||||
* | Remove rendundant function | Tal Peer | 2003-04-20 | 1 | -14/+0 | |
| | ||||||
* | Update | Tal Peer | 2003-04-20 | 1 | -1/+2 | |
| | ||||||
* | Implement sqlite_create_aggregate() which can be used to create aggregation | Wez Furlong | 2003-04-20 | 1 | -0/+166 | |
| | | | | | functions for use in SQL statements. | |||||
* | Transparently decode binary encoded data. | Wez Furlong | 2003-04-19 | 1 | -12/+45 | |
| | | | | | | | | | | | Add a test-case for that process. When encoding binary data, we mark the string with \x01 as its first character. When returning data via sqlite_fetch_array(), if the first character is \x01, then we decode the encoding. This behaviour can be turned off by the optional last parameter to sqlite_fetch_array(), for compatibility with databases created with other applications. | |||||
* | Fix 2 potential segfaults. | Wez Furlong | 2003-04-19 | 1 | -3/+4 | |
| | ||||||
* | ZTS fixes | Marcus Boerger | 2003-04-18 | 1 | -0/+4 | |
| |