@petradb/engine 1.2.5 → 1.2.6

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/main.js +4 -4
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -5306,15 +5306,15 @@ $p.s6 = (function() {
5306
5306
  $p.asZ = (function(sql) {
5307
5307
  return new $c_Lio_github_edadma_petradb_engine_JSSession$PreparedStatementJS(this, this.YK().at0(sql));
5308
5308
  });
5309
+ $p.close = (function() {
5310
+ this.s6();
5311
+ });
5309
5312
  $p.execute = (function(arg, ...rest) {
5310
5313
  return this.aoB(arg, ((rest[0] === (void 0)) ? (void 0) : rest[0]));
5311
5314
  });
5312
5315
  $p.prepare = (function(arg) {
5313
5316
  return this.asZ(arg);
5314
5317
  });
5315
- $p.close = (function() {
5316
- this.s6();
5317
- });
5318
5318
  var $d_Lio_github_edadma_petradb_engine_JSSession = new $TypeData().i($c_Lio_github_edadma_petradb_engine_JSSession, "io.github.edadma.petradb.engine.JSSession", ({
5319
5319
  nW: 1
5320
5320
  }));
@@ -43363,7 +43363,7 @@ function $c_Lio_github_edadma_petradb_engine_SQLParser$() {
43363
43363
  this.a1R = null;
43364
43364
  $n_Lio_github_edadma_petradb_engine_SQLParser$ = this;
43365
43365
  this.u = new $c_Lio_github_edadma_petradb_engine_SQLParser$$anon$1();
43366
- this.a1R = $m_sci_Set$().ij($ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), $m_sjsr_package$().gE(new ($d_T.r().C)(["action", "add", "all", "alter", "and", "any", "array", "as", "asc", "begin", "between", "bigint", "bigserial", "boolean", "by", "bytea", "cascade", "case", "cast", "char", "check", "column", "commit", "conflict", "constraint", "copy", "create", "cross", "current_timestamp", "database", "date", "deallocate", "decimal", "default", "delete", "desc", "distinct", "do", "double", "drop", "else", "end", "enum", "except", "exec", "execute", "exists", "explain", "extract", "false", "first", "float", "for", "foreign", "from", "full", "group", "having", "if", "ilike", "in", "index", "inner", "insert", "int", "integer", "indexes", "intersect", "interval", "into", "is", "join", "json", "jsonb", "key", "keys", "last", "lateral", "left", "like", "limit", "no", "not", "nothing", "null", "nulls", "numeric", "offset", "on", "or", "order", "outer", "overlay", "overlaps", "placing", "precision", "prepare", "primary", "procedure", "real", "references", "rename", "restrict", "returning", "right", "rollback", "select", "serial", "set", "show", "smallint", "smallserial", "some", "symmetric", "columns", "table", "text", "then", "time", "timetz", "timestamp", "to", "transaction", "true", "truncate", "type", "union", "unique", "unknown", "update", "uuid", "values", "varchar", "when", "where", "with", "without", "zone"]))));
43366
+ this.a1R = $m_sci_Set$().ij($ct_sjsr_WrappedVarArgs__sjs_js_Array__(new $c_sjsr_WrappedVarArgs(), $m_sjsr_package$().gE(new ($d_T.r().C)(["action", "add", "all", "alter", "and", "any", "array", "as", "asc", "begin", "between", "bigint", "bigserial", "boolean", "by", "bytea", "cascade", "case", "cast", "char", "check", "column", "commit", "conflict", "constraint", "copy", "create", "cross", "current_timestamp", "database", "date", "deallocate", "decimal", "default", "delete", "desc", "distinct", "do", "double", "drop", "else", "end", "enum", "except", "exec", "execute", "exists", "explain", "extract", "false", "first", "float", "for", "foreign", "from", "full", "group", "having", "if", "ilike", "in", "index", "inner", "insert", "int", "integer", "indexes", "intersect", "interval", "into", "is", "join", "json", "jsonb", "last", "lateral", "left", "like", "limit", "no", "not", "nothing", "null", "nulls", "numeric", "offset", "on", "or", "order", "outer", "overlay", "overlaps", "placing", "precision", "prepare", "primary", "procedure", "real", "references", "rename", "restrict", "returning", "right", "rollback", "select", "serial", "set", "show", "smallint", "smallserial", "some", "symmetric", "columns", "table", "text", "then", "time", "timetz", "timestamp", "to", "transaction", "true", "truncate", "type", "union", "unique", "unknown", "update", "uuid", "values", "varchar", "when", "where", "with", "without", "zone"]))));
43367
43367
  }
43368
43368
  $p = $c_Lio_github_edadma_petradb_engine_SQLParser$.prototype = new $h_O();
43369
43369
  $p.constructor = $c_Lio_github_edadma_petradb_engine_SQLParser$;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@petradb/engine",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "Lightweight embeddable SQL database engine for JavaScript and TypeScript",
5
5
  "type": "module",
6
6
  "exports": {