]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Use the sqlite3ColumnIndex() routine to look up a column in a table, rather
authordrh <>
Sat, 8 Feb 2025 14:15:42 +0000 (14:15 +0000)
committerdrh <>
Sat, 8 Feb 2025 14:15:42 +0000 (14:15 +0000)
commit9d90a3af2fa1108ee3c914f9cb5b602bfb04949d
treee41f27f557b6df1df69d32f543e6c19916270624
parent03c65171b8ff533b28927a1e5fb7939b87077de0
Use the sqlite3ColumnIndex() routine to look up a column in a table, rather
than using a custom loop.  Performance improvement, size reduction, and
complexity decrease.

FossilOrigin-Name: 351dbbc2bf0b23efdc625ddaa5dc2239cf2990addf071a04bd41612b341de8c8
manifest
manifest.uuid
src/alter.c
src/build.c
src/expr.c
src/insert.c
src/main.c
src/resolve.c
src/update.c
src/vdbeblob.c