Looking at src/common/keywords.cpp, int128 is considered a non-reserved
token (it's defined as `{TOK_INT128, "INT128", true}`), and it is listed
in keyword_or_column, but not in non_reserved_word.
Attempts to use int128 as non-reserved word (eg `select 1 as int128 from
rdb$database`), will yield a token unknown error.
Shouldn't the definition in keywords.cpp be `{TOK_INT128, "INT128", false}`?
Mark
--
Mark Rotteveel
Firebird-Devel mailing list, web interface at
https://lists.sourceforge.net/lists/listinfo/firebird-devel