Skip to content

1.4.1

Compare
Choose a tag to compare
@mShan0 mShan0 released this 12 Mar 21:24
· 18 commits to master since this release
c073328

mssql-django 1.4.1 Release Notes (March 2024)

Added:

  • add support for boolean aggregates (#332)
  • Support GeneratedField (#335)
  • Native support for UUID (From Char(32) to uniqueidentifier) (#329)

Fixed:

  • revert can_return_rows_from_bulk_insert to False (#336)
  • Modify bulk update default value (#341)
  • Remove subqueries from group by. Fixes #343 (#344)
  • Set boolean expr flag to false, unskip constraint tests (#349)
  • Fix aggregate queries with case expressions (#354)
  • Update SQL query for split parameters function (#358)