Skip to content

Releases: ESSolutions/django-mssql-backend

2.8.1

22 Apr 19:17
Compare
Choose a tag to compare
  • Exclude indexes when deleting unique constraints (#51)
  • Fix issue #45 correctly reinstate nullable unique constraints (#47)
  • Fix issue #38 DROP index vs constraint issue (#39)

2.8.0

10 Mar 11:13
Compare
Choose a tag to compare
  • Add regex support (#43)

2.7.0

03 Feb 14:39
Compare
Choose a tag to compare
  • Fix Exists (#29, #30)
  • Add support for SQL Server 2019 (#32)

2.6.0

27 Jan 11:36
Compare
Choose a tag to compare
  • Add Django 3 support (#19)
  • Update operations.py (#27)

2.5.0

11 Dec 15:03
Compare
Choose a tag to compare
  • Add support for nullable fields in unique_together #24

2.4.2

29 Nov 14:44
Compare
Choose a tag to compare
  • Revert native UUID changes (8bf0154)

2.4.1

29 Nov 13:35
Compare
Choose a tag to compare

2.4.0

29 Nov 13:09
Compare
Choose a tag to compare
  • Disabled supports_ignore_conflicts feature (#11)
  • .count() can now be used with Subquery and Exists (#15)
  • Ported ATan2, Log, Ln, Round (3f3898a)
  • Fixed boolean values in annotations (#17)
  • Enabled feature has_native_uuid_field (#20)
  • Added initial support for SQL Server 2005 (d50e574)

2.3.0

30 Oct 14:02
Compare
Choose a tag to compare
  • A TryCast database function has been added to enable users to execute TRY_CAST instead of CAST

2.2.0

21 Oct 13:11
Compare
Choose a tag to compare
  • Add automatic testing against Django on Travis
  • Fix flake8 errors
  • Add initial support for nullable constraints (#1)