releases.shpreview
Prisma/Prisma Changelog/December 17, 2025 - ORM and VS Code Extension Updates

December 17, 2025 - ORM and VS Code Extension Updates

$npx -y @buildinternet/releases show rel_qG3QWoBNhZNMekQLFr-QH

ORM Features:

  • Added sqlcommenter-query-insights plugin for SQL query insights metadata
  • Added -url parameter flag for db pull, db push, and migrate dev commands
  • Allow undefined URLs in workflows like prisma generate
  • Customized prisma init behavior based on JS runtime (Bun vs others)
  • Improved error handling for Postgres adapters (22P02 error)

ORM Fixes:

  • Made DataMapperError a user-facing error for clearer reporting
  • Fixed byte upserts by removing legacy byte array representation
  • Fixed handling of multibyte UTF-8 characters split across chunk boundaries
  • Fixed prisma version --json to emit JSON only to stdout
  • Migrated CLI dev server startup to startPrismaDevServer API

VS Code Extension:

  • Fixed Studio connections issues
  • Bumped @prisma/dev dependency and integrated its daemon

Fetched March 31, 2026