Executing empty EXECUTE BLOCK with NotNull output parameter raised error
------------------------------------------------------------------------

                 Key: CORE-4184
                 URL: http://tracker.firebirdsql.org/browse/CORE-4184
             Project: Firebird Core
          Issue Type: Bug
    Affects Versions: 2.5.2, 2.5.1, 2.5.0
            Reporter: Maxim Kuzmin
            Priority: Minor


Example:
EXECUTE BLOCK
RETURNS (ID INTEGER NOT NULL)
AS
BEGIN
END

When executing this query, FB raised error:
The insert failed because a column definition includes validation constraints.
validation error for variable ID, value "*** null ***".

But there not insert's! There just empty recordset.

-- 
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

        

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to