Commit Graph

6 Commits

Author SHA1 Message Date
Alexander Horn
a22c78d619 mysql: Added .format() overload
Added the .format() overload thats accepts an object for the values
parameter
2015-08-24 21:00:14 +02:00
Seulgi Kim
161225da51 IPool of mysql has end function like IConnection or IPoolCluster.
User should call end function to close all connection in a pool. See
https://github.com/felixge/node-mysql/#closing-all-the-connections-in-a-pool
for more information.
2015-03-20 02:38:06 +09:00
Rogier Schouten
7b222d2d60 Fix problem in express-myconnection as result of changes. 2014-12-05 11:46:08 +01:00
Rogier Schouten
9f813f0265 Bugfix: mysql.query.stream returns a stream.Readable. 2014-12-05 10:59:31 +01:00
Will Johnston
4f562b1706 Fixed mysql tests 2014-08-03 16:44:58 -05:00
Will Johnston
b8ce2bd4c0 updated mysql definitions and tests 2014-08-03 16:41:25 -05:00