You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The original code used plain yacc and declared all the grammatically conflicting keywords as reserved. Let's try o be as SQL compliant as possible, and avoid unneeded reserved words.
A small list of non-reserved in SQL language words remain reserved in firebird. They are:
ADD DB_KEY GDSCODE INDEX KW_LONG PLAN POST_EVENT RETURNING_VALUES SQLCODE VARIABLE VIEW WEEK WHILE.
All the rest can be used now for any reasonable purporse.
summary: Make words, non-reserved according to SQL speciication, non-reserved in our grammar. => Make words, non-reserved according to the SQL specification, non-reserved in our grammar
Submitted by: @AlexPeshkoff
The original code used plain yacc and declared all the grammatically conflicting keywords as reserved. Let's try o be as SQL compliant as possible, and avoid unneeded reserved words.
Commits: 6c1d6c2
The text was updated successfully, but these errors were encountered: