@minatojs/sql-utils
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -220,3 +220,3 @@ "use strict"; | ||
} | ||
const prefix = !this.tables || key === "_" || key in fields ? "" : `${escapeId(table)}.`; | ||
const prefix = !this.tables || table === "_" || key in fields ? "" : `${escapeId(table)}.`; | ||
return this.transformKey(key, fields, prefix); | ||
@@ -223,0 +223,0 @@ } |
{ | ||
"name": "@minatojs/sql-utils", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "SQL Utilities for Minato", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
45212