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 Dimitar Misev, 10 years ago

Owner: changed from Dimitar Misev to Bidesh Thapaliya
Status: newassigned

comment:2 by Dimitar Misev, 10 years ago

Milestone: Future9.0.x

comment:3 by Bidesh Thapaliya, 10 years ago

Patch submitted.

comment:4 by Bidesh Thapaliya, 10 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.