purescript-node-postgres icon indicating copy to clipboard operation
purescript-node-postgres copied to clipboard

Add query canceling

Open anttih opened this issue 9 years ago • 1 comments

We can use Aff cancelers for this.

anttih avatar May 01 '15 18:05 anttih

Ok, we now have Aff 4.0 support but pg currently doesn't support query canceling. There's an open PR for this though https://github.com/brianc/node-postgres/pull/1392

anttih avatar Oct 19 '17 19:10 anttih