]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add the sqliteErrorMsg() function and use it to generate error message
authordrh <drh@noemail.net>
Mon, 31 Mar 2003 02:12:46 +0000 (02:12 +0000)
committerdrh <drh@noemail.net>
Mon, 31 Mar 2003 02:12:46 +0000 (02:12 +0000)
commitda93d238c2067a1951b8043c3c30355947fd6da9
tree29057f4a84763deb95565d3e8bd2622614c85c15
parent1c2d84148a6bb2f8d231debd65bc09e948abf029
Add the sqliteErrorMsg() function and use it to generate error message
text during parsing and code generation.  This simplifies the code
somewhat and makes it easier to handle names with a database prefix. (CVS 891)

FossilOrigin-Name: 1d3fc977211abdc7ba3fd51d661863e8ce5aef69
manifest
manifest.uuid
src/build.c
src/delete.c
src/expr.c
src/insert.c
src/select.c
src/sqliteInt.h
src/trigger.c
src/update.c
src/util.c