]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the documentation for the sqlite3_column_*_name() functions to describe
authordrh <drh@noemail.net>
Tue, 29 Mar 2011 01:47:22 +0000 (01:47 +0000)
committerdrh <drh@noemail.net>
Tue, 29 Mar 2011 01:47:22 +0000 (01:47 +0000)
commit278479c1a58231d2432289a9b306d88ef1c75394
treebc47127d14dcea6df1cbcd6ec57a891cdcc4d48a
parent213ca0a8cf4b961b93c25f0b6b1e24bf064a9761
Fix the documentation for the sqlite3_column_*_name() functions to describe
that the information can be invalidated when a prepared statement is
reprepared by the first invocation of an sqlite3_step() for a particular
execution cycle.

FossilOrigin-Name: 7270f80ac5dd17b979f1f790b2dfcf811866c1dc
install-sh [changed mode: 0644->0755]
manifest
manifest.uuid
src/sqlite.h.in
test/progress.test [changed mode: 0755->0644]
tool/mkopts.tcl [changed mode: 0755->0644]