]> git.ipfire.org Git - thirdparty/sqlite.git/commit
If the SELECT that implements a subquery or a VIEW or a CREATE TABLE AS is refactor-subquery-types
authordrh <>
Wed, 14 Dec 2022 14:41:35 +0000 (14:41 +0000)
committerdrh <>
Wed, 14 Dec 2022 14:41:35 +0000 (14:41 +0000)
commited07d0ea765386c5bdf52891154c70f048046e60
tree7f5d0ec6896631a7dcf65a11606d358da5ffff43
parenta8b5c8739ce7427727a15cfc95979d1cbc4458f4
If the SELECT that implements a subquery or a VIEW or a CREATE TABLE AS is
a compound with different result datatypes on two or more arms of the compound,
then the overall column type becomes BLOB (ANY).

FossilOrigin-Name: 6ebb178c6b688ebd632e91a5ec4c748567833037c679ab3d72fb770deb230fe1
manifest
manifest.uuid
src/expr.c
src/insert.c
src/select.c
src/sqliteInt.h
test/affinity3.test
test/misc1.test
test/pushdown.test
test/view.test