]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change to [44135d6ea84f7ba6] that retains the historical datatype ("INT", not "NUM...
authordrh <>
Wed, 8 Mar 2023 14:28:09 +0000 (14:28 +0000)
committerdrh <>
Wed, 8 Mar 2023 14:28:09 +0000 (14:28 +0000)
commit06af03d70a6466210ca6ad99a73aef5cc3d3c118
tree315507ebf35f84f1a07ac8c3de89fd162db70889
parent248c1abdf4c61bf0761994db40c214272a092c7c
parentbacb8aeb3502017b907729a0774785af28887407
Change to [44135d6ea84f7ba6] that retains the historical datatype ("INT", not "NUM") for a table created as follows: "CREATE TABLE t1 AS SELECT CAST(123 AS INT) AS value;".  The use of FLEXNUM only occurs on compound queries.

FossilOrigin-Name: 6d5b5896261c62a7e130b47416ee8c25793859a2afcb1646c257600537a5b71b
manifest
manifest.uuid
src/select.c