View Issue Details

IDProjectCategoryView StatusLast Update
0001707HopperFirebirdpublic2019-09-11 14:28
ReporterMartijn Tonies Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0001707: Firebird 3 SQLSTATE in WHEN clause fails to compile
DescriptionSee
https://firebirdsql.org/file/documentation/release_notes/html/en/3_0/rnfb30-psql-whensqlstate.html

And ability to use SQLSTATE in WHEN .. DO clause to process it:

    when sqlstate '22006'
    do begin
         error_sqlstate = sqlstate;
       end
TagsNo tags attached.
DBMS Version

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2019-09-10 13:55 Martijn Tonies New Issue
2019-09-11 14:28 Martijn Tonies Summary SQLSTATE in WHEN clause fails to compile => Firebird 3 SQLSTATE in WHEN clause fails to compile