Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
If an invalid query is passed in Pool.query
(like Pool.query(undefined)), pool never release connection.
An error must be thrown immediately, and never stall a connection
query / execute / batch methods will now throw an error, not having a stall connection.