arenadotio / pgx

A pure OCaml PostgreSQL client library
Other
122 stars 16 forks source link

Dont hang on SASL logins #122

Closed gtrak closed 2 years ago

gtrak commented 2 years ago

SASL is currently unsupported but has become the default in common postgres 14 setups. Instead of a hang, we can throw a real error until it can be supported.

coveralls commented 2 years ago

Coverage Status

Coverage decreased (-0.2%) to 66.837% when pulling 18361645d1b88b5c741588c4c6423813f6418228 on dont-hang-sasl into fc9647e0b1cbfe148902fe41fe13acdf8d0baff8 on master.