]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Recognize certain standard datatypes ("INT", "INTEGER", "REAL", "TEXT", and
authordrh <>
Fri, 30 Jul 2021 23:30:30 +0000 (23:30 +0000)
committerdrh <>
Fri, 30 Jul 2021 23:30:30 +0000 (23:30 +0000)
commitc2df4d6adb44e5f9587bf962c917c46c603825c9
tree463be0579cf67d7eae8f67743f9e5c3c715b7936
parente48f261ebfd36b4935c2d700269790239dac37e5
Recognize certain standard datatypes ("INT", "INTEGER", "REAL", "TEXT", and
"BLOB") and if a column has one of those datatypes, store the type part of
the bit-field information in the Column structure to save space.

FossilOrigin-Name: d2da62a9df63036b02dadca3798de9e623c2680b3ef0c37d2b18bb88693afd7f
manifest
manifest.uuid
src/build.c
src/global.c
src/sqliteInt.h
src/util.c
test/capi2.test
test/gencol1.test
test/pragma.test
test/tclsqlite.test
test/vtabA.test