]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change sqlite3_sql() so that it always returns the SQL text of the prepared
authordrh <drh@noemail.net>
Wed, 2 Sep 2015 17:55:12 +0000 (17:55 +0000)
committerdrh <drh@noemail.net>
Wed, 2 Sep 2015 17:55:12 +0000 (17:55 +0000)
commitef41dfe5b16b6046223a28ff729b4ab58f358b88
treec97f76bb04087e1bc2888ece2ba7345ec63f67fa
parent2ed0d809a6c9cdd71e580be6805efedd5632bd97
Change sqlite3_sql() so that it always returns the SQL text of the prepared
statement, if the text is available, even if the the prepared statement was
generated using sqlite3_prepare() instead of sqlite3_prepare_v2().  Also
include some minor comment fixes and code simplifications.

FossilOrigin-Name: 2f5472cfda6c72e75b9cf7b7481612465c1a5e6a
manifest
manifest.uuid
src/vdbeaux.c