@objectstack/metadata 6.8.1 → 7.0.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/node.js CHANGED
@@ -550,7 +550,7 @@ async function migrateProjectIdToEnvironmentId(driver) {
550
550
  const driverAny = driver;
551
551
  if (typeof driverAny.raw !== "function") {
552
552
  throw new Error(
553
- "migrateProjectIdToEnvironmentId: driver must expose a .raw(sql, bindings?) method. SqlDriver (better-sqlite3/knex) and TursoDriver both support this."
553
+ "migrateProjectIdToEnvironmentId: driver must expose a .raw(sql, bindings?) method. migrateProjectIdToEnvironmentId: driver must expose a .raw(sql, bindings?) method. SqlDriver (better-sqlite3/knex) supports this; cloud-side TursoDriver also conforms."
554
554
  );
555
555
  }
556
556
  const results = [];