sqb-serializer-oracle
Advanced tools
Comparing version 3.2.1 to 3.3.0
@@ -104,4 +104,3 @@ /* sqb-serializer-oracle | ||
serializeReturning(ctx, arr) { | ||
ctx.adapterProperties = ctx.adapterProperties || {}; | ||
const returningParams = ctx.adapterProperties.returningParams = {}; | ||
const returningFields = ctx.query.returningFields = {}; | ||
let out = ''; | ||
@@ -115,3 +114,3 @@ for (const [i, o] of arr.entries()) { | ||
' into :returning$' + n; | ||
returningParams['returning$' + n] = o.dataType; | ||
returningFields['returning$' + n] = o.dataType; | ||
} | ||
@@ -118,0 +117,0 @@ return out; |
{ | ||
"name": "sqb-serializer-oracle", | ||
"description": "SQB serialization plugin for Oracle database", | ||
"version": "3.2.1", | ||
"version": "3.3.0", | ||
"author": "Panates Ltd.", | ||
@@ -28,3 +28,3 @@ "contributors": [ | ||
"mocha": "^5.2.0", | ||
"sqb": "^3.4.4" | ||
"sqb": "^3.5.0" | ||
}, | ||
@@ -31,0 +31,0 @@ "peerDependencies": {}, |
7620
128