]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the sqlite3_error_offset() interface. Use it in the CLI to provide
authordrh <>
Fri, 24 Dec 2021 20:22:13 +0000 (20:22 +0000)
committerdrh <>
Fri, 24 Dec 2021 20:22:13 +0000 (20:22 +0000)
commitf62641e91cc0aee1a24ea4a3c81289e4e821c4e5
tree858ed6fcb6519dc309510e91b8da3979fec966cc
parentc320e062a3eaa4be3c8e7b50c63c43054decb441
Add the sqlite3_error_offset() interface.  Use it in the CLI to provide
better context for error messages.

FossilOrigin-Name: b518ce77439852759bc0901071f36d622b1314c9bf3d29c279dfcc405188b975
manifest
manifest.uuid
src/loadext.c
src/main.c
src/printf.c
src/shell.c.in
src/sqlite.h.in
src/sqlite3ext.h
src/sqliteInt.h
src/test1.c
src/util.c