- 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...