CodeFoodPixels / node-promise-mysql

A wrapper for mysqljs/mysql that wraps function calls with Bluebird promises.
MIT License
338 stars 64 forks source link

exported more underlying types, fixed Connection.changeUser() #82

Closed move-zig closed 6 years ago

move-zig commented 6 years ago

I noticed Connection.changeUser had the wrong type for its parameter.

I also exported a few more types from @types/mysql in case developers want to explicitly declare variables of those types.

CodeFoodPixels commented 6 years ago

Thanks!