erleans / pgo

Erlang Postgres client and connection pool
Apache License 2.0
80 stars 16 forks source link

Fix infinite loop in pgo:transaction/2 #63

Closed asabil closed 2 years ago

asabil commented 2 years ago

pgo:transaction/2 was calling itself instead of delegating to pgo:transaction/3.

tsloughter commented 2 years ago

Merging and will fix issues in another commit.