Opened 11 years ago
Closed 10 years ago
#434 closed defect (fixed)
Cast doesn't work for constant mddExpr
Reported by: | Dimitar Misev | Owned by: | Bidesh Thapaliya |
---|---|---|---|
Priority: | minor | Milestone: | 9.0.x |
Component: | qlparser | Version: | 8.5 |
Keywords: | Cc: | Piero Campalani, Peter Baumann | |
Complexity: | Medium |
Description
This works
insert into foo values < [0:1,0:2] 1us, 2us, 3us; 4us, 5us, 6us >
however, this doesn't
insert into foo values (ushort) < [0:1,0:2] 1, 2, 3; 4, 5, 6 >
Change History (4)
comment:1 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 10 years ago
Milestone: | Future → 9.0.x |
---|
comment:3 by , 10 years ago
Note:
See TracTickets
for help on using tickets.
Patch submitted.