Exception when using subquery with LIST for EXCEPTION
-----------------------------------------------------

                 Key: CORE-3761
                 URL: http://tracker.firebirdsql.org/browse/CORE-3761
             Project: Firebird Core
          Issue Type: Bug
    Affects Versions: 2.5.1
            Reporter: Maxim Kuzmin
            Priority: Trivial


CREATE EXCEPTION CHECK_EXCEPTION 'Check exception';

EXECUTE BLOCK
AS
BEGIN
    EXCEPTION CHECK_EXCEPTION
        (SELECT LIST('WORD') FROM RDB$DATABASE);
END


Executing this block throws exception:
Overflow occurred during data type conversion.
conversion error from string "BLOB".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to