You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it a mistake to have it in the definition? Or is it missed to be implemented?
For example Visual Studio Code will give the release function as an autocomplete suggestion. But if you use it you will get the error TypeError: _a.release is not a function
The text was updated successfully, but these errors were encountered:
The function release() is defined in the Pool class
node-promise-mysql/index.d.ts
Line 99 in 7c07514
But there is no release function in the implementation pool.js
https://github.com/CodeFoodPixels/node-promise-mysql/blob/7c075145cc981ae945ee612181e28b2c74f3e843/lib/pool.js
Is it a mistake to have it in the definition? Or is it missed to be implemented?
For example Visual Studio Code will give the release function as an autocomplete suggestion. But if you use it you will get the error TypeError: _a.release is not a function
The text was updated successfully, but these errors were encountered: