anykeyh / clear

Advanced ORM between postgreSQL and Crystal
https://github.com/anykeyh/clear
MIT License
269 stars 34 forks source link

Fix using PG schema in insert and update query #180

Closed fanda closed 3 years ago

fanda commented 4 years ago

Table name is incorrectly generated when using PG schemas in model. This fixes the issue.

anykeyh commented 3 years ago

This is now working.