Wez Furlong
8ed14ff16f
Implement sqlite_unbuffered_query(), which works similarly to the mysql
...
function with a similar name.
Change sqlite_query() to use the same mechanism as the unbuffered query; this
moves the bulk of the memory allocations into the ZE memory manager, and will
hopefully be more efficient and less at risk of leaks.
2003-04-18 12:22:43 +00:00
Wez Furlong
ec09b1b881
Add two new functions:
...
int sqlite_last_error($db) -- returns error code from last query
string sqlite_error_string(int code) -- returns english description of an error
code.
2003-04-17 20:08:00 +00:00
Wez Furlong
4eba9b8b46
Implement sqlite_busy_timeout() which sets the retry timeout (in milliseconds)
...
when multiple processes attempt to lock and update the database.
2003-04-17 16:57:46 +00:00
Wez Furlong
5e0b9bb451
Implement sqlite_escape_string() function.
2003-04-17 02:20:26 +00:00
Wez Furlong
25954d1d72
This commit was generated by cvs2svn to compensate for changes in r123706,
...
which included commits to RCS files with non-trunk default branches.
2003-04-17 01:29:45 +00:00