@xuda.io/runtime-bundle 1.0.510 → 1.0.511
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 +10 -0
- package/js/xuda-runtime-bundle.min.js +1 -1
- package/js/xuda-runtime-slim.js +10 -0
- package/js/xuda-runtime-slim.min.es.js +10 -0
- package/js/xuda-runtime-slim.min.js +1 -1
- package/js/xuda-server-bundle.min.mjs +1 -1
- package/js/xuda-server-bundle.mjs +10 -0
- package/js/xuda-worker-bundle.js +10 -0
- package/js/xuda-worker-bundle.min.js +1 -1
- package/package.json +1 -1
|
@@ -28372,6 +28372,16 @@ func.datasource.create = async function (
|
|
|
28372
28372
|
old_dataSource_vars.SYS_STR_WIN_NAME = _ds.data_system.SYS_STR_WIN_NAME;
|
|
28373
28373
|
}
|
|
28374
28374
|
if (static_refreshP) old_dataSource_vars.in_parameters = _ds.in_parameters;
|
|
28375
|
+
|
|
28376
|
+
await func.datasource.update(SESSION_ID, {
|
|
28377
|
+
[dsSessionP]: {
|
|
28378
|
+
['datasource_main']: {
|
|
28379
|
+
stat: 'busy',
|
|
28380
|
+
stat_ts: Date.now(),
|
|
28381
|
+
is_worker: glb.IS_WORKER,
|
|
28382
|
+
},
|
|
28383
|
+
},
|
|
28384
|
+
});
|
|
28375
28385
|
}
|
|
28376
28386
|
const restore_old_dataSource_vars = function (dsSessionP) {
|
|
28377
28387
|
var _ds = SESSION_OBJ[SESSION_ID].DS_GLB[dsSessionP];
|