Use CREATE SEQUENCE instead of CREATE GENERATOR on Metadata script extracted using ISQL ---------------------------------------------------------------------------------------
Key: CORE-6298 URL: http://tracker.firebirdsql.org/browse/CORE-6298 Project: Firebird Core Issue Type: Bug Components: ISQL Affects Versions: 3.0.5 Environment: Windows 10 x64 Firebird 3.0.5.33161 (x64) Reporter: Luciano Mendes 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. -- 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