mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Avoid creating a co-routine incrementally for a VALUES clause that has affinities other than NONE.
FossilOrigin-Name: 4229b12b327b05561dcf49b8585a66467d17d4e998b14eff65eb886f2434b53c
This commit is contained in:
@ -263,5 +263,9 @@ do_execsql_test 6.1 {
|
||||
SELECT * FROM t1, (VALUES(1), (2))
|
||||
} {x 1 x 2 y 1 y 2}
|
||||
|
||||
do_execsql_test 6.2 {
|
||||
VALUES(CAST(44 AS REAL)),(55);
|
||||
} {44.0 55}
|
||||
|
||||
finish_test
|
||||
|
||||
|
Reference in New Issue
Block a user