@inflector/optima 1.0.19 → 1.0.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -675,7 +675,6 @@ ${valuesBlock}${isReturning ? "\nRETURNING *" : ""};`;
|
|
|
675
675
|
this.Validate(record);
|
|
676
676
|
record = this.Transform(record);
|
|
677
677
|
const { sql } = this.BuildInsert(this.Name, [record], data.returning);
|
|
678
|
-
console.log(sql);
|
|
679
678
|
const Result = await (await this.Connection.run(sql)).getRowObjects();
|
|
680
679
|
const Res = this.FormatOut(Result);
|
|
681
680
|
if (Res.length != 0) {
|