will / crystal-pg

a postgres driver for crystal
BSD 3-Clause "New" or "Revised" License
462 stars 77 forks source link

What versions are supported? #216

Closed ghost closed 3 years ago

ghost commented 3 years ago

Is Postgres version 10.14 supported? I'm having an issue (connection being refused) that only appears in an environment running this version, with otherwise seemingly identical circumstances to an environment that works, and I want to rule this out as a possible cause.

will commented 3 years ago

Yes, 10.14 should work. The CI runs specs on each of the latest release of every major supported version. I checked the last run and it was on 10.14

Preparing to unpack .../13-postgresql-10_10.14-1.pgdg18.04+1_amd64.deb ...
Unpacking postgresql-10 (10.14-1.pgdg18.04+1) ...
ghost commented 3 years ago

Thanks. I'll have to figure out what else is causing this :/