@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.
@@ -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
- return {
35037
+ const results = {
35038
35038
  result: ret,
35039
- fields: fields,
35040
- res: res,
35039
+ fields,
35040
+ res,
35041
35041
  explain: result,
35042
- error: error,
35043
- warning: warning,
35042
+ error,
35043
+ warning,
35044
35044
  req: valP,
35045
- var_error_found: 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 {