Skip to content

v1.9.2

Latest

Choose a tag to compare

@mathsgod mathsgod released this 29 Jul 05:06

Fixes

  • Use database defaults when an inserted model supplies null for a non-nullable column that has a database default.
  • Preserve existing update behavior and explicit null values for nullable columns.
  • Add regression coverage for database-default handling.