Firebird Documentation IndexFirebird 2.5 Release Notes → Reserved Words and Changes
Firebird Home Firebird Home Prev: API (Application Programming Interface) ExtensionsFirebird Documentation IndexUp: Firebird 2.5 Release NotesNext: Newly Reserved Words

Reserved Words and Changes

Table of Contents

Clean-up of Reserved Words
Newly Reserved Words
Keywords Added as Non-reserved

Note

Asterisks (*) mark keywords that are reserved, or otherwise recognised by Firebird's grammar as keywords, but are not reserved words in the SQL standard.

Clean-up of Reserved Words

A. Peshkov

Tracker reference CORE-2638

The number of Firebird-specific reserved words has been reduced significantly, in order to mitigate the pain of keyword conflicts when converting other databases to Firebird. Where possible, words that are not reserved by the standard have been made non-reserved in Firebird's grammar.

A small list remains of words that are reserved in Firebird but not in the SQL standard. They are:

     ADD *       DB_KEY *    GDSCODE *      INDEX *
     LONG *      PLAN *      POST_EVENT *   RETURNING_VALUES *
     SQLCODE *   VARIABLE *  VIEW *

     

All other non-standard keywords previously reserved are now available for any reasonable purpose.

Prev: API (Application Programming Interface) ExtensionsFirebird Documentation IndexUp: Firebird 2.5 Release NotesNext: Newly Reserved Words
Firebird Documentation IndexFirebird 2.5 Release Notes → Reserved Words and Changes