What's Changed
Fixes
- Fixed incorrect ordering when using
orderBywith mapped enum fields on PostgreSQL — order-by columns are now properly table-qualified to avoid name collisions #2821. Contributed by @DoctorFTB - Optional
Decimalfields can now be set tonullwhen using the SQLite provider #2797. Contributed by @sanny-io - Added missing validation for
plugindeclarations in ZModel: a non-empty stringprovideris now required, and duplicate fields are reported. Contributed by @sanny-io
Full Changelog: v3.9.2...v3.9.3