mythix-orm
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -32,5 +32,2 @@ 'use strict'; | ||
toString(...args) { | ||
if (args.length === 0) | ||
return `${this.constructor.name} {}`; | ||
return this.currentContext.queryEngineScope.toString(...args); | ||
@@ -37,0 +34,0 @@ } |
@@ -46,5 +46,2 @@ 'use strict'; | ||
toString(...args) { | ||
if (args.length === 0) | ||
return `${this.constructor.name} {}`; | ||
return this.currentContext.queryEngineScope.toString(...args); | ||
@@ -51,0 +48,0 @@ } |
{ | ||
"name": "mythix-orm", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "ORM for Mythix framework", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
302889
6700