Skip to content

Commit

Permalink
Merge pull request #175 from Hoonyyhoon/fix/add_omitted
Browse files Browse the repository at this point in the history
fix: Add omitted reserved word 'RIGHT' on postgresql
  • Loading branch information
go-jet authored Sep 7, 2022
2 parents a2ea189 + 16c9ee4 commit c9967d1
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 c9967d1

Please sign in to comment.