aboutsummaryrefslogtreecommitdiff
path: root/src/sqlite.h.in
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2011-06-01 18:15:55 +0000
committerdrh <drh@noemail.net>2011-06-01 18:15:55 +0000
commit124c0b49a19ce24302c6594e60c80c7ba4df6c98 (patch)
tree5066d410d5c3c2a95b66023abfcd1af829c4d160 /src/sqlite.h.in
parented9624187d89a96e591353a7bdee53b292e6f849 (diff)
downloadsqlite-124c0b49a19ce24302c6594e60c80c7ba4df6c98.tar.gz
sqlite-124c0b49a19ce24302c6594e60c80c7ba4df6c98.zip
Refactor the SQL parameter processing so that parameter names for values
that are optimized out of the prepare statement are not forgotten. FossilOrigin-Name: b3aaf715b60b8a338cc6c92dad1ead4a3f7146a3
Diffstat (limited to 'src/sqlite.h.in')
-rw-r--r--src/sqlite.h.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sqlite.h.in b/src/sqlite.h.in
index a9d60e8a2..445a247a1 100644
--- a/src/sqlite.h.in
+++ b/src/sqlite.h.in
@@ -3068,8 +3068,6 @@ int sqlite3_bind_parameter_count(sqlite3_stmt*);
** is included as part of the name.)^
** ^Parameters of the form "?" without a following integer have no name
** and are referred to as "nameless" or "anonymous parameters".
-** ^Any parameter that is optimized out of the prepared statement by the
-** query planner becomes a nameless or anonymous parameter.
**
** ^The first host parameter has an index of 1, not 0.
**