Not all SQL comments preserved in CREATE PROCEDURE like before
--------------------------------------------------------------

                 Key: CORE-6467
                 URL: http://tracker.firebirdsql.org/browse/CORE-6467
             Project: Firebird Core
          Issue Type: Bug
          Components: Scripts
    Affects Versions: 3.0.7
            Reporter: Martijn Tonies
            Priority: Minor


> In Firebird 2.5, comments after AS are preserved, in Firebird 3, this 
> has changed.
> 
> CREATE PROCEDURE myproc (i integer)
> returns
> (i2 integer)
> AS
> /* test */
> declare variable v varchar(20);
> begin
> 
> This comment is preserved in Firebird 2.5, but not in Firebird 3.

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

Reply via email to