[CONJS-170] Pool.query(undefined) never release connection Created: 2021-06-21 Updated: 2021-09-15 Resolved: 2021-09-14 |
|
| Status: | Closed |
| Project: | MariaDB Connector/node.js |
| Component/s: | pool |
| Affects Version/s: | None |
| Fix Version/s: | 2.5.5, 3.0.0-rc |
| Type: | Bug | Priority: | Major |
| Reporter: | Diego Dupin | Assignee: | Diego Dupin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If an invalid query is passed in Pool.query An error must be thrown immediately, and never stall a connection |
| Comments |
| Comment by Diego Dupin [ 2021-09-14 ] |
|
query / execute / batch methods will now throw an error, not having a stall connection. |