@xuda.io/runtime-bundle 1.0.726 → 1.0.728
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/js/xuda-runtime-bundle.js +18 -6
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +18 -6
- package/js/xuda-runtime-slim.min.es.js +18 -6
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +18 -6
- package/js/xuda-worker-bundle.js +18 -6
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -35034,16 +35034,28 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
|
|
|
35034
35034
|
EXP_BUSY = false;
|
|
35035
35035
|
}
|
|
35036
35036
|
|
|
35037
|
-
|
|
35037
|
+
const results = {
|
|
35038
35038
|
result: ret,
|
|
35039
|
-
fields
|
|
35040
|
-
res
|
|
35039
|
+
fields,
|
|
35040
|
+
res,
|
|
35041
35041
|
explain: result,
|
|
35042
|
-
error
|
|
35043
|
-
warning
|
|
35042
|
+
error,
|
|
35043
|
+
warning,
|
|
35044
35044
|
req: valP,
|
|
35045
|
-
var_error_found
|
|
35045
|
+
var_error_found,
|
|
35046
35046
|
};
|
|
35047
|
+
console.log('EXP>>>', results);
|
|
35048
|
+
return results;
|
|
35049
|
+
// return {
|
|
35050
|
+
// result: ret,
|
|
35051
|
+
// fields: fields,
|
|
35052
|
+
// res: res,
|
|
35053
|
+
// explain: result,
|
|
35054
|
+
// error: error,
|
|
35055
|
+
// warning: warning,
|
|
35056
|
+
// req: valP,
|
|
35057
|
+
// var_error_found: var_error_found,
|
|
35058
|
+
// };
|
|
35047
35059
|
};
|
|
35048
35060
|
const variable_not_exist = async function () {
|
|
35049
35061
|
try {
|