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 |
|