helly Mon Jan 10 02:13:56 2005 EDT
Modified files:
/php-src/ext/sqlite php_sqlite.h sqlite.c
Log:
- Implement iterator interface in sqlite
http://cvs.php.net/diff.php/php-src/ext/sqlite/php_sqlite.h?r1=1.30&r2=1.31&ty=u
Index: php-src/ext/sqlite/php_sqlite.h
d
Hello Stanislav,
Thursday, May 13, 2004, 4:19:10 PM, you wrote:
[...]
> @@ -198,6 +199,7 @@
> PHP_ME_MAPPING(__construct, sqlite_open, NULL)
> /* PHP_ME_MAPPING(close, sqlite_close, NULL)*/
> PHP_ME_MAPPING(query, sqlite_query, NULL)
> + PHP_ME_MAPPING(queryExec, sqlite_exec, N
stasThu May 13 10:19:10 2004 EDT
Modified files:
/php-src/ext/sqlite php_sqlite.h sqlite.c
Log:
add sqlite_exec()
http://cvs.php.net/diff.php/php-src/ext/sqlite/php_sqlite.h?r1=1.29&r2=1.30&ty=u
Index: php-src/ext/sqlite/php_sqlite.h
diff -u php-src/ext/s
helly Thu Aug 28 19:19:53 2003 EDT
Added files:
/php-src/ext/sqlite/tests sqlite_024.phpt sqlite_oo_024.phpt
Modified files:
/php-src/ext/sqlite php_sqlite.h sqlite.c
Log:
Add sqlite_fetch_object()
Index: php-src/ext/sqlite/php_sqlite
wez Sun Jul 13 05:38:33 2003 EDT
Added files:
/php-src/ext/sqlite/tests sqlite_023.phpt
Modified files:
/php-src/ext/sqlite php_sqlite.h sqlite.c
Log:
Add sqlite_has_prev, and sqlite_prev.
Patch by Jan Lehnardt <[EMAIL PROTECTED]>
Hello Andi,
hm, yeah, guess you're rightactually noticed the needs for the renaming
one minute after the first released version. But i think it can be removed.
regards
marcus
Friday, June 27, 2003, 6:51:44 PM, you wrote:
AG> IMO, it doesn't make sense to introduce aliases in a new extension
IMO, it doesn't make sense to introduce aliases in a new extension.
Andi
At 07:26 PM 26/6/2003 +, Marcus Boerger wrote:
helly Thu Jun 26 15:26:26 2003 EDT
Modified files:
/php-src/ext/sqlite php_sqlite.h sqlite.c
/php-src/ext/sqlite/tests sqlite_oo_016.phpt
Log:
Ren
helly Thu Jun 26 15:26:26 2003 EDT
Modified files:
/php-src/ext/sqlite php_sqlite.h sqlite.c
/php-src/ext/sqlite/tests sqlite_oo_016.phpt
Log:
Rename sqlite_fetch_string() to sqlite_fetch_single() + alias
Index: php-src/ext/sqlite/php_sqlite.h
diff -u p