gnormal / gnorm

A database-first code generator for any language
https://gnorm.org
Other
487 stars 40 forks source link

pq version does not work with postgres 10 #141

Open oiime opened 2 years ago

oiime commented 2 years ago

Hey, due to the pq version gnorm would fail with Error: pq: unknown authentication response: 10 on newer versions of postgres, I noticed the project has not been updated for a while, you think it's something you might address or would it make sense to just fork it and do the update locally?

natefinch commented 2 years ago

I can update it. PRs also welcome, but just updating the version of pq should be easy enough

oiime commented 2 years ago

@natefinch added a PR https://github.com/gnormal/gnorm/pull/142