December 17, 2025 - ORM and VS Code Extension Updates
ORM Features:
- Added
sqlcommenter-query-insightsplugin for SQL query insights metadata - Added
-urlparameter flag fordb pull,db push, andmigrate devcommands - Allow undefined URLs in workflows like
prisma generate - Customized
prisma initbehavior based on JS runtime (Bun vs others) - Improved error handling for Postgres adapters (22P02 error)
ORM Fixes:
- Made
DataMapperErrora 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 --jsonto emit JSON only to stdout - Migrated CLI dev server startup to
startPrismaDevServerAPI
VS Code Extension:
- Fixed Studio connections issues
- Bumped
@prisma/devdependency and integrated its daemon
Fetched March 31, 2026

