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",
|
"PRIMARY",
|
||||||
"REFERENCES",
|
"REFERENCES",
|
||||||
"RETURNING",
|
"RETURNING",
|
||||||
|
"RIGHT",
|
||||||
"SELECT",
|
"SELECT",
|
||||||
"SESSION_USER",
|
"SESSION_USER",
|
||||||
"SOME",
|
"SOME",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue