Skip to content

Commit

Permalink
fixed space handling when parsing sql functions
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Nov 12, 2024
1 parent 6fc9158 commit 31cb479
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ihp-ide/IHP/IDE/SchemaDesigner/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ createFunction = do
space
lexeme "RETURNS"
returns <- sqlType
space

language <- optional do
lexeme "language" <|> lexeme "LANGUAGE"
Expand Down

0 comments on commit 31cb479

Please sign in to comment.