Skip to content

Commit

Permalink
Add omitted reserved word 'right' on postgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonyyhoon committed Sep 6, 2022
1 parent 38b6caf commit 16c9ee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postgres/dialect.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ var reservedWords = []string{
"PRIMARY",
"REFERENCES",
"RETURNING",
"RIGHT",
"SELECT",
"SESSION_USER",
"SOME",
Expand Down

0 comments on commit 16c9ee4

Please sign in to comment.