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

Use CREATE SEQUENCE instead of CREATE GENERATOR on Metadata script extracted using ISQL [CORE6298] #6540

Open
firebird-automations opened this issue May 6, 2020 · 1 comment

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @luronumen

According to the https://firebirdsql.org/refdocs/langrefupd21-ddl-sequence.html documentation, SEQUENCE is the SQL-compliant term for what InterBase and Firebird have always called a GENERATOR and SEQUENCE is the recommended syntax from Firebird 2.0 onward.
By making this fix the Metadata script extracted using ISQL will also become more portable for other Relational database.

@firebird-automations
Copy link
Collaborator Author

Modified by: Sean Leyne (seanleyne)

issuetype: Bug [ 1 ] => Improvement [ 4 ]

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