Firebird Documentation IndexFirebird 3.0.6 Release NotesCompatibility Issues → Reserved Words
Firebird Home Firebird Home Prev: SQL Language ChangesFirebird Documentation IndexUp: Compatibility IssuesNext: Trace Configuration Syntax

Reserved Words

A number of new reserved keywords are introduced. Please refer to the chapter Reserved Words and Changes and ensure your DSQL statements and procedure/trigger sources do not contain any of those keywords as identifiers. Otherwise, it will be necessary either to use them quoted (in Dialect 3 only) or to rename them.

Pay special attention to the keywords INSERTING, UPDATING and DELETING in your PSQL modules. They are now reserved words and thus must not be used as identifiers.

Also check very carefully that the keyword BOOLEAN is not used as a domain name in your databases.

Prev: SQL Language ChangesFirebird Documentation IndexUp: Compatibility IssuesNext: Trace Configuration Syntax
Firebird Documentation IndexFirebird 3.0.6 Release NotesCompatibility Issues → Reserved Words