]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Create a new datatype "ynVar" to hold "nVar" (number of variable) values.
authordrh <drh@noemail.net>
Wed, 4 Nov 2009 13:17:14 +0000 (13:17 +0000)
committerdrh <drh@noemail.net>
Wed, 4 Nov 2009 13:17:14 +0000 (13:17 +0000)
commit8677d30812233c0ff522019c64039ed39a47074d
tree3769af566bdee955381617b34008db205424ae8f
parente68e8c58c9e7bcdc821a36562c0cfe2b0a45f615
Create a new datatype "ynVar" to hold "nVar" (number of variable) values.
This is normally 16-bits can can be 32-bits if SQLITE_MAX_VARIABLE_NUMBER
is large enough.

FossilOrigin-Name: 24a4d520d540d92b611abc4eb57dc6da9be4eac6
manifest
manifest.uuid
src/expr.c
src/resolve.c
src/sqliteInt.h
src/vdbeInt.h
src/vdbeaux.c