@objectstack/driver-sql 11.0.0 → 11.2.0
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -661,7 +661,7 @@ declare class SqlDriver implements IDataDriver {
|
|
|
661
661
|
protected resolveTenantField(object: string): string | null;
|
|
662
662
|
/**
|
|
663
663
|
* Whether the host kernel runs in multi-tenant mode — read once from
|
|
664
|
-
* `OS_MULTI_ORG_ENABLED
|
|
664
|
+
* `OS_MULTI_ORG_ENABLED`, matching how
|
|
665
665
|
* the SchemaRegistry / SecurityPlugin pick the mode. Used to gate the
|
|
666
666
|
* tenant-audit warning: it's only meaningful where tenant isolation is
|
|
667
667
|
* actually enforced (org-scoping installed).
|
package/dist/index.d.ts
CHANGED
|
@@ -661,7 +661,7 @@ declare class SqlDriver implements IDataDriver {
|
|
|
661
661
|
protected resolveTenantField(object: string): string | null;
|
|
662
662
|
/**
|
|
663
663
|
* Whether the host kernel runs in multi-tenant mode — read once from
|
|
664
|
-
* `OS_MULTI_ORG_ENABLED
|
|
664
|
+
* `OS_MULTI_ORG_ENABLED`, matching how
|
|
665
665
|
* the SchemaRegistry / SecurityPlugin pick the mode. Used to gate the
|
|
666
666
|
* tenant-audit warning: it's only meaningful where tenant isolation is
|
|
667
667
|
* actually enforced (org-scoping installed).
|
package/dist/index.js
CHANGED
|
@@ -496,7 +496,7 @@ var SqlDriver = class {
|
|
|
496
496
|
await this.knex.destroy();
|
|
497
497
|
}
|
|
498
498
|
// ===================================
|
|
499
|
-
// CRUD —
|
|
499
|
+
// CRUD — IDataDriver core
|
|
500
500
|
// ===================================
|
|
501
501
|
async find(object, query, options) {
|
|
502
502
|
const buildBase = () => {
|