Changes between Version 1 and Version 2 of Ticket #2372


Ignore:
Timestamp:
Oct 16, 2020, 1:36:40 PM (4 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2372 – Description

    v1 v2  
    2626
    2727It should return an error instead saying "Cannot cast argument to complex".
     28
     29To reproduce:
     30{{{
     31rasql -q 'SELECT (CInt16) 1' --out string
     32}}}