mysql-wrap-production
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "mysql-wrap-production", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Mysql interface and helper functions, wrapping node-mysql", | ||
@@ -5,0 +5,0 @@ "main": "src/mysql-wrap.js", |
@@ -303,2 +303,5 @@ 'use strict'; | ||
self.escape = poolCluster.escape; | ||
self.escapeId = poolCluster.escapeId; | ||
return self; | ||
@@ -305,0 +308,0 @@ }; |
39081
764