Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.5.3
-
Component/s: typescript
-
Labels:None
Description
from https://github.com/mariadb-corporation/mariadb-connector-nodejs/issues/145 :
PoolConnection.release is typed as () => void. Looking at the implementation, it appears to be () => Promise<void>.