]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Record the position of many identifiers in the parse using the new
authordrh <>
Sat, 5 Feb 2022 21:49:47 +0000 (21:49 +0000)
committerdrh <>
Sat, 5 Feb 2022 21:49:47 +0000 (21:49 +0000)
commit796588ae07590acbd57fcd1509aa4c9706149a7d
treef751eab289a28ffb81af2778119bcbfdff472d86
parent4734b3f9b741a6d744dd20338e515c4fdfe9a00c
Record the position of many identifiers in the parse using the new
Expr.w.iOfst field.  This is done with the idea of providing offset
results for sqlite3_error_offset() for a more kinds of errors, though that
part is not yet implemented.

FossilOrigin-Name: 32a3a53b62ab09ac2212905e7f42fe6f1b09d891e015203e5caf4cb16262f18e
manifest
manifest.uuid
src/parse.y
src/select.c
src/sqliteInt.h
src/treeview.c
src/where.c
src/wherecode.c
src/whereexpr.c