Comparing version 12.0.0 to 13.0.0
@@ -140,2 +140,3 @@ (function() { | ||
guy.props.hide(this._me, '_dbs', {}); | ||
guy.props.hide(this._me, 'E', E); | ||
this._me._register_schema('main', this._me.cfg.path, this._me.cfg.temporary); | ||
@@ -142,0 +143,0 @@ if (!this.constructor._skip_sqlt) { |
{ | ||
"name": "dbay", | ||
"version": "12.0.0", | ||
"version": "13.0.0", | ||
"description": "In-Process, In-Memory & File-Based Relational Data Processing with SQLite, BetterSQLite3", | ||
@@ -30,5 +30,5 @@ "main": "lib/main.js", | ||
"exit-hook": "^2.2.1", | ||
"guy": "3.1.0", | ||
"guy": "4.0.0", | ||
"intertype": "7.7.0" | ||
} | ||
} |
@@ -672,2 +672,9 @@ | ||
[DeSQL](https://github.com/loveencounterflow/desql) | ||
* **[+]** add hidden `E` attribute to instance giving access to error classes (mainly for plugin use) | ||
* **[–]** rewrite all uses of plain `E` to `@E` | ||
* **[–]** limit support for schemas, especially in plugins; require a separate instance of DBay for each DB | ||
file (so that all DB objects are in the default `main` namespace and the `SQL"#{schema}.xxx"` constructs | ||
can become `SQL"xxx"`). Complex DBs can still be assembled with `db.open()`, but one must keep in mind | ||
that in SQLite, `foreign key`s do not work across schemas, only `join`s so, so that limits the usefulness | ||
of multi-schema connections. | ||
@@ -674,0 +681,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
0
100
2020
693
10153922
46
+ Addedguy@4.0.0(transitive)
- Removedbindings@1.5.0(transitive)
- Removeddeasync@0.1.30(transitive)
- Removedfile-uri-to-path@1.0.0(transitive)
- Removedguy@3.1.0(transitive)
- Removednode-addon-api@1.7.2(transitive)
Updatedguy@4.0.0