@objectstack/driver-sql 11.0.0 → 11.1.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.mjs
CHANGED
|
@@ -455,7 +455,7 @@ var SqlDriver = class {
|
|
|
455
455
|
await this.knex.destroy();
|
|
456
456
|
}
|
|
457
457
|
// ===================================
|
|
458
|
-
// CRUD —
|
|
458
|
+
// CRUD — IDataDriver core
|
|
459
459
|
// ===================================
|
|
460
460
|
async find(object, query, options) {
|
|
461
461
|
const buildBase = () => {
|