Skip to content

Commit

Permalink
Added missing sql keyword ALL to list of protected keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Jul 8, 2022
1 parent 40785f1 commit b436856
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IHP/IDE/SchemaDesigner/Compiler.hs
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ compileIdentifier identifier = if identifierNeedsQuoting then tshow identifier e
, "ASSERTION"
, "ASSIGNMENT"
, "AT"
, "ALL"
, "BACKWARD"
, "BEFORE"
, "BEGIN"
Expand Down

0 comments on commit b436856

Please sign in to comment.