Comparing version 0.1.8 to 0.1.9
@@ -240,5 +240,8 @@ var lookup = require('dns').lookup, | ||
ret += parts[j]; | ||
ret += "'"; | ||
ret += addon.escape(str); | ||
ret += "'"; | ||
if (values[tokens[j]] !== null) { | ||
ret += "'"; | ||
ret += addon.escape(str); | ||
ret += "'"; | ||
} else | ||
ret += 'NULL'; | ||
} | ||
@@ -245,0 +248,0 @@ if (j < parts.length) |
{ "name": "mariasql", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"author": "Brian White <mscdex@mscdex.net>", | ||
@@ -4,0 +4,0 @@ "description": "A node.js binding to MariaDB's non-blocking (MySQL-compatible) client library", |
@@ -29,3 +29,3 @@ | ||
npm install mariasql | ||
npm install mariasql | ||
@@ -32,0 +32,0 @@ |
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
19394792
305