Geoff Jacobsen
Geoff Jacobsen
The same as in `cleanupIds`; any id starting with a string listed in `preservePrefixes` should not have the additional prefix added to it. so if an id is say "foo-123"...
There is something definitely wrong with the `client.query` function; if the client is ended after the query responds then the promise -- and the http server listen -- work. It...
calling `client.pq.stopReader` is enough to stop blocking the promise and the http server. Maybe node-libpq needs to have more of the read logic in another thread?
This bug* does not happen on node 0.10.38. It might be some bug in uv_poll_ \* At least for the http server example in #21 since promises aren't in node...
@brianc see issue #21 for an example