mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-19923 Add type handlers for geometry sub-types
This commit is contained in:
@@ -2060,9 +2060,9 @@ values (1,2),(3,4,5);
|
||||
ERROR HY000: The used table value constructor has a different number of values
|
||||
# illegal parameter data types in TVC
|
||||
values (1,point(1,1)),(1,1);
|
||||
ERROR HY000: Illegal parameter data types geometry and int for operation 'TABLE VALUE CONSTRUCTOR'
|
||||
ERROR HY000: Illegal parameter data types point and int for operation 'TABLE VALUE CONSTRUCTOR'
|
||||
values (1,point(1,1)+1);
|
||||
ERROR HY000: Illegal parameter data types geometry and int for operation '+'
|
||||
ERROR HY000: Illegal parameter data types point and int for operation '+'
|
||||
# field reference in TVC
|
||||
select * from (values (1), (b), (2)) as new_tvc;
|
||||
ERROR HY000: Field reference 'b' can't be used in table value constructor
|
||||
|
Reference in New Issue
Block a user