Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not all SQL comments preserved in CREATE PROCEDURE like before [CORE6467] #6699

Closed
firebird-automations opened this issue Jan 12, 2021 · 3 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Martijn Tonies (mtonies)

Duplicates CORE6466

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

@firebird-automations
Copy link
Collaborator Author

Modified by: @mrotteveel

Link: This issue duplicates CORE6466 [ CORE6466 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @hvlad

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Duplicate [ 3 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant