amphp / postgres

Async Postgres client for PHP based on Amp.
MIT License
97 stars 20 forks source link

#53 - cancel query before close connection #54

Closed oleg1540 closed 1 year ago

oleg1540 commented 2 years ago

https://github.com/amphp/postgres/issues/53

trowski commented 2 years ago

Thanks, would you be willing to add a test for this as well?

oleg1540 commented 2 years ago

Added simple test for connection close.

trowski commented 1 year ago

Apologies for leaving this PR open for so long. Thanks!