Skip to content

Commit

Permalink
Fixed schema parser not correctly parsing table names starting with p…
Browse files Browse the repository at this point in the history
…ublic
  • Loading branch information
mpscholten committed Jun 11, 2022
1 parent 8daccc7 commit 1515e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IHP/IDE/SchemaDesigner/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ commentStatement = do
pure Comment { content }

qualifiedIdentifier = do
optional do
optional $ try do
lexeme "public"
char '.'
identifier
Expand Down

0 comments on commit 1515e93

Please sign in to comment.