@petradb/engine 1.2.11 → 1.2.12
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/main.js +4 -4
- package/package.json +1 -1
package/main.js
CHANGED
|
@@ -5342,14 +5342,14 @@ $p.s6 = (function() {
|
|
|
5342
5342
|
$p.at0 = (function(sql) {
|
|
5343
5343
|
return new $c_Lio_github_edadma_petradb_engine_JSSession$PreparedStatementJS(this, this.YO().at1(sql));
|
|
5344
5344
|
});
|
|
5345
|
-
$p.
|
|
5346
|
-
this.
|
|
5345
|
+
$p.prepare = (function(arg) {
|
|
5346
|
+
return this.at0(arg);
|
|
5347
5347
|
});
|
|
5348
5348
|
$p.execute = (function(arg, ...rest) {
|
|
5349
5349
|
return this.aoE(arg, ((rest[0] === (void 0)) ? (void 0) : rest[0]));
|
|
5350
5350
|
});
|
|
5351
|
-
$p.
|
|
5352
|
-
|
|
5351
|
+
$p.close = (function() {
|
|
5352
|
+
this.s6();
|
|
5353
5353
|
});
|
|
5354
5354
|
var $d_Lio_github_edadma_petradb_engine_JSSession = new $TypeData().i($c_Lio_github_edadma_petradb_engine_JSSession, "io.github.edadma.petradb.engine.JSSession", ({
|
|
5355
5355
|
nW: 1
|