anykeyh / clear

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

Support latest PG version from will/crystal-pg#232 #220

Closed Vici37 closed 3 years ago

Vici37 commented 3 years ago

will/crystal-pg#232 - changes default postgres JSON fields from being read as JSON::Any to JSON::PullParser. Updated Clear to support that.

Also updated shards.lock file, though only pg needed to be updated to run into this problem.

Vici37 commented 3 years ago

Any blocker for this? Clear remains non-functioning for crystal 1.1.1+ without this change.

stakach commented 3 years ago

@anykeyh I would love to see this included too

anykeyh commented 3 years ago

Just realized you made a PR. Did another one related to this subject. I will go with your PR and merge that tonight on master / generate a new version.

Thanks,

Vici37 commented 3 years ago

Huzzah! Thanks @anykeyh!