2011-10-27 15:19:58
— part of check-in
[8f88cc4e61]
on branch trunk
— If an error occurs within sqlite3_step() on a statement prepared using sqlite3_prepare_v2(), transfer both the error code and error message to the database handle before sqlite3_step() returns (so that they are available via sqlite3_errcode() and sqlite3_errmsg(). Prior to this commit, only the error code was transfered. The error message was not available until after either sqlite3_reset() or sqlite3_finalize() had been called on the statement handle.
(user:
dan
size: 20193)
2011-10-31 14:42:31
— part of check-in
[4fa9ee7947]
on branch apple-osx
— Pull the latest trunk changes into the apple-osx branch.
(user:
drh
size: 20193)