]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Keep the historical datatype ("INT", not "NUM") for a table created as follows: ...
authordrh <>
Wed, 8 Mar 2023 14:37:04 +0000 (14:37 +0000)
committerdrh <>
Wed, 8 Mar 2023 14:37:04 +0000 (14:37 +0000)
commit86ac593b849b7f33f8e7a47876b3d6614f618f80
tree8269f735514f815f22266d067d30b9f58a658813
parentfe8d2d2497288b228eaebf9a1cc7c9f828cb302b
Keep 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: dc1033af4bf707095032f66d7a8ab63204f38bae244fab16a2bc870840d5bffd
manifest
manifest.uuid
src/select.c