Subject Re: [IBO] D2006 win 32 is now supported with ibo
Author Thomas Steinmaurer
> It has all that I am aware of thus far.
> Please make me aware of any that are missing.

For instance, I added the following three due to the needs of one of my
customer:

TIME
TIMESTAMP
TEMPORARY


More Firebird-related words are available in
\doc\sql.extensions\README.keywords.txt of a Firebird 2.0 Beta 1
installation. I copy/paste you the file contect here:

----------------------------------------------------
SQL keywords introduced in different server versions
----------------------------------------------------

An asterisk (*) mark shows that a keyword doesn't exist in the SQL
specification
and hence should be considered a non-standard language extention.

Firebird 1.0:

Added as reserved words:

CURRENT_USER
CURRENT_ROLE
BREAK *
DESCRIPTOR
FIRST
RECREATE *
SKIP *
SUBSTRING

Firebird 1.5:

Added as reserved words:

CURRENT_CONNECTION *
CURRENT_TRANSACTION *
BIGINT
CASE
RELEASE
ROW_COUNT
SAVEPOINT

Added as non-reserved words:

COALESCE
DELETING *
INSERTING *
LAST
LEAVE
LOCK *
NULLIF
NULLS
STATEMENT
UPDATING *
USING

Moved from reserved words to non-reserved:

BREAK *
DESCRIPTOR
FIRST
SKIP *
SUBSTRING

Firebird 2.0:

Added as reserved words:

BIT_LENGTH
BOTH
CHAR_LENGTH
CHARACTER_LENGTH
CLOSE
CROSS
FETCH
LEADING
LOWER
OCTET_LENGTH
OPEN
ROWS
TRAILING
TRIM

Moved from non-reserved words to reserved:

USING

Added as non-reserved words:

BACKUP *
BLOCK *
COLLATION
COMMENT *
DIFFERENCE *
IIF *
NEXT
SCALAR_ARRAY *
SEQUENCE
RESTART
RETURNING *

Moved from reserved words to non-reserved:

ACTION
CASCADE
FREE_IT *
RESTRICT
ROLE
TYPE
WEEKDAY *
YEARDAY *

Removed reserved words:

BASENAME *
CACHE *
CHECK_POINT_LEN *
GROUP_COMMIT_WAIT *
LOGFILE *
LOG_BUF_SIZE *
NUM_LOG_BUFS *
RAW_PARTITIONS *


> Did you get the latest beta I have to check?

Yes.

It would be even greater to have an up-to-date word list for InterBase
>= 7 as well. ;-) Can't provide you the list right now. I'm sorry.

Thanks a lot,
Thomas