@petradb/client 1.4.0 → 1.4.2
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/client.js +4 -4
- package/package.json +1 -1
package/client.js
CHANGED
|
@@ -2330,14 +2330,14 @@ $p.OV = (function(sql, options) {
|
|
|
2330
2330
|
$p.O0 = (function() {
|
|
2331
2331
|
return $m_sjs_js_JSConverters$JSRichFuture$().xw(this.qq.NZ($m_s_concurrent_ExecutionContext$().kZ()), $m_s_concurrent_ExecutionContext$().kZ());
|
|
2332
2332
|
});
|
|
2333
|
-
$p.
|
|
2334
|
-
return this.
|
|
2333
|
+
$p.execute = (function(arg, ...rest) {
|
|
2334
|
+
return this.OV(arg, ((rest[0] === (void 0)) ? (void 0) : rest[0]));
|
|
2335
2335
|
});
|
|
2336
2336
|
$p.close = (function() {
|
|
2337
2337
|
return this.O0();
|
|
2338
2338
|
});
|
|
2339
|
-
$p.
|
|
2340
|
-
return this.
|
|
2339
|
+
$p.connect = (function() {
|
|
2340
|
+
return this.Oa();
|
|
2341
2341
|
});
|
|
2342
2342
|
var $d_Lio_github_edadma_petradb_client_JSSession = new $TypeData().i($c_Lio_github_edadma_petradb_client_JSSession, "io.github.edadma.petradb.client.JSSession", ({
|
|
2343
2343
|
gX: 1
|