@minatojs/driver-mysql
Advanced tools
Comparing version 2.4.3 to 2.4.4
@@ -343,3 +343,3 @@ "use strict"; | ||
_select(table, fields, conditional, values = []) { | ||
let sql = `SELECT ${this._joinKeys(fields)} FROM ${(0, import_sql_utils.escapeId)(table)}`; | ||
let sql = `SELECT ${this._joinKeys(fields)} FROM ${table}`; | ||
if (conditional) | ||
@@ -346,0 +346,0 @@ sql += ` WHERE ${conditional}`; |
{ | ||
"name": "@minatojs/driver-mysql", | ||
"version": "2.4.3", | ||
"version": "2.4.4", | ||
"description": "MySQL Driver for Minato", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
51284