Problem with brackets for EXECUTE PROCEDURE -------------------------------------------
Key: CORE-6277 URL: http://tracker.firebirdsql.org/browse/CORE-6277 Project: Firebird Core Issue Type: Bug Affects Versions: 3.0.5 Reporter: Maxim Kuzmin Priority: Minor CREATE OR ALTER PROCEDURE TEST_SP ( PARAM1 INTEGER, PARAM2 INTEGER, PARAM3 INTEGER) AS BEGIN END Normal executing is: EXECUTE PROCEDURE TEST_SP(1, 1, 0); But FB allow executing with error in the brackets, like this: EXECUTE PROCEDURE TEST_SP(1), 1, 0; -- 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 Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel