FirebirdSQL / firebird

Firebird server, client and tools
https://www.firebirdsql.org/
1.24k stars 215 forks source link

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

Open firebird-automations opened 4 years ago

firebird-automations commented 4 years ago

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 commented 4 years ago
Modified by: Sean Leyne (seanleyne) issuetype: Bug \[ 1 \] =\> Improvement \[ 4 \]