Changes in this release
What's Changed
- [orm] Field default values with
@default(now())are now generated on the client side for behavioral consistency - [orm] Fixed the issue that direct value filter with
nullis not properly compiled to SQL #2472 - [orm] Added webpack magic comment to suppress bundler (e.g., Next.js) warnings when they process dynamic import of "pg" package #2470
Full Changelog: v3.4.5...v3.4.6