]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Ensure that the Parse.nErr flag is set following an SQLITE_TOOBIG error on
authordrh <>
Mon, 11 Jul 2022 14:43:33 +0000 (14:43 +0000)
committerdrh <>
Mon, 11 Jul 2022 14:43:33 +0000 (14:43 +0000)
commit8d7ffd29047f7326aa73f24b64d6f38108049ff8
tree36b39864e65f9e2a9eb8a4f25e8a701482e0a9ad
parent64477226e2ee5476f0ae09dc41203668d6532a55
Ensure that the Parse.nErr flag is set following an SQLITE_TOOBIG error on
a nested parse.  Fix for the problem identified by
[forum/forumpost/d5a82ba9eedee30c | forum post d5a82ba9eedee30c].
Also, remove unnecessary clearing of the Parse.zErrMsg field
following a nested parse.

FossilOrigin-Name: eaef7b71900ef7701c11f07ec8b0ca3fec7e055ce8fd9c769f36669b482de134
manifest
manifest.uuid
src/build.c
src/tokenize.c