@xuda.io/xuda-worker-bundle-min 1.3.1750 → 1.3.1752

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.
Files changed (2) hide show
  1. package/index.js +18 -6
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -7570,16 +7570,28 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
7570
7570
  EXP_BUSY = false;
7571
7571
  }
7572
7572
 
7573
- return {
7573
+ const results = {
7574
7574
  result: ret,
7575
- fields: fields,
7576
- res: res,
7575
+ fields,
7576
+ res,
7577
7577
  explain: result,
7578
- error: error,
7579
- warning: warning,
7578
+ error,
7579
+ warning,
7580
7580
  req: valP,
7581
- var_error_found: var_error_found,
7581
+ var_error_found,
7582
7582
  };
7583
+ console.log('EXP>>>', results);
7584
+ return results;
7585
+ // return {
7586
+ // result: ret,
7587
+ // fields: fields,
7588
+ // res: res,
7589
+ // explain: result,
7590
+ // error: error,
7591
+ // warning: warning,
7592
+ // req: valP,
7593
+ // var_error_found: var_error_found,
7594
+ // };
7583
7595
  };
7584
7596
  const variable_not_exist = async function () {
7585
7597
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xuda.io/xuda-worker-bundle-min",
3
- "version": "1.3.1750",
3
+ "version": "1.3.1752",
4
4
  "description": "xuda framework min",
5
5
  "main": "index.js",
6
6
  "scripts": {