mysql-wrap-production
Advanced tools
Comparing version 0.7.4 to 0.7.5
{ | ||
"name": "mysql-wrap-production", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"description": "Mysql interface and helper functions, wrapping node-mysql", | ||
@@ -5,0 +5,0 @@ "main": "src/mysql-wrap.js", |
@@ -12,5 +12,2 @@ 'use strict'; | ||
// let self = function () { | ||
// console.log('called'); | ||
// }; | ||
let self = {}; | ||
@@ -135,6 +132,3 @@ | ||
return () => { | ||
let s = squel[method]({ | ||
autoQuoteTableNames: true, | ||
autoQuoteFieldNames: true | ||
}); | ||
let s = squel[method](); | ||
@@ -141,0 +135,0 @@ s.run = fig => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40837
823