Changes.Watch

Databases changelog digest

Mar 9 - Mar 15, 2026. Useful releases, risky migrations, and noisy updates from the Databases channel.

No matching updates in this bucket.

Databases updates in 2026-w11

7.5.0

  • Added nested transaction rollback support with savepoints, ensuring inner transactions roll back when an outer transaction fails.
  • Enhanced Prisma Studio with multi‑cell selection, full‑table search, improved filtering (including raw SQL and AI filters), a command‑palette shortcut, and the ability to run raw SQL queries.
  • Fixed multiple issues: mariadb adapter now uses binary MySQL protocol, @types/pg set as direct dependency, corrected Prisma.DbNull serialization, DateTime handling with unixepoch ms timestamps, cursor pagination for @db.Date columns, and...