Releases: microsoft/mssql-django
Releases · microsoft/mssql-django
1.1
Added:
- Core support for Django 4.0
- ActiveDirectoryMsi authentication
- inspectdb with
--schema
flag
Fixed Issues:
- Azure SQL version/features is now checked correctly
- Collation conflict when creating temp table
- Fixed unicode constraint name error
- bulk_update set fields to null
- Index name error for user-defined schema
- bulk batch size exceeding parameters limit
- Migration Alter(rename) field
1.0
Added:
- Added Django 3.2 support
- Added RegEx Support through pypi.org packaging
- Added JSONField support
- Added automated pipeline testing configuration files
- Updated the custom test runner to skip unsupported tests
Updated:
- Reverted repository license to BSD-3 to be consistent with historical predecessors
Fixed Issues:
- Fixed a number of test suite failures
- Resolved Issue #7 by using a temp table when 2100 parameter limitation exceeded
1.0rc1
Added:
- Added Django 3.2 support
- Added RegEx Support through pypi.org packaging
- Added JSONField support
Updated:
- Reverted repository license to BSD-3 to be consistent with historical predecessors
Fixed Issues:
- Resolved Issue #7 by using a temp table when 2100 parameter limitation exceeded