go-jet / jet

Type safe SQL builder with code generation and automatic query result data mapping
Apache License 2.0
2.52k stars 118 forks source link

fix: Add omitted reserved word 'RIGHT' on postgresql #175

Closed hoonyyhoon closed 2 years ago

hoonyyhoon commented 2 years ago

https://www.postgresql.org/docs/current/sql-keywords-appendix.html

Seems like reserved word "RIGHT" omitted in the reservedWords in the postgresql dialect

go-jet commented 2 years ago

Thanks.