]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Fix comments on the Parse.nMaxArgs field so that they are correct. Add
authordrh <>
Fri, 7 Feb 2025 19:09:20 +0000 (19:09 +0000)
committerdrh <>
Fri, 7 Feb 2025 19:09:20 +0000 (19:09 +0000)
commit84b0f221f4e92139077d8246cc373e8264224a97
treec7f7e0e6fc59ecd5090a314a2068b4f5fae07d0a
parent7fd936e5ed08c3bae9207c092a22a5c98520a3cb
Fix comments on the Parse.nMaxArgs field so that they are correct.  Add
assert()s to ensure they are correct.  Other Parse changes to reduce the
amount of memset() needed to initialize it.

FossilOrigin-Name: c56092507c96723030589ddd9121bc993d615a7acd453305fc3b1dbb9e30554c
manifest
manifest.uuid
src/sqliteInt.h
src/vdbe.c
src/vdbeInt.h
src/vdbeaux.c
src/wherecode.c