]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix the internal routine sqlite3ResolveExprListNames() so that it returns
authordrh <>
Fri, 9 Aug 2024 18:18:11 +0000 (18:18 +0000)
committerdrh <>
Fri, 9 Aug 2024 18:18:11 +0000 (18:18 +0000)
commit610a5bafe24ed186a3741fec09d136d5fc3d5eac
treee4df9793a68d1090102745e4aaa7852149eaaf6b
parent1107b4b9cf9ea0ab3c7d2f2f344745fc77b710bf
Fix the internal routine sqlite3ResolveExprListNames() so that it returns
SQLITE_OK or SQLITE_ERROR instead of WRC_Continue or WRC_Abort.  Without this
fix, some times of obscure syntax errors end up returning SQLITE_INTERNAL
rather than SQLITE_ERROR.

FossilOrigin-Name: 9052187efd1f78abd9b285ac94269a3ba4d65b6aa74c9fa34002ee0628c83919
manifest
manifest.uuid
src/resolve.c