Add omitted reserved word 'right' on postgresql
This commit is contained in:
parent
38b6caf41e
commit
16c9ee428e
1 changed files with 1 additions and 0 deletions
|
|
@ -167,6 +167,7 @@ var reservedWords = []string{
|
|||
"PRIMARY",
|
||||
"REFERENCES",
|
||||
"RETURNING",
|
||||
"RIGHT",
|
||||
"SELECT",
|
||||
"SESSION_USER",
|
||||
"SOME",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue