Releases: michiya/django-pyodbc-azure
Releases · michiya/django-pyodbc-azure
1.9.9.1
- Fixed the error on altering a field with unique_together (#73)
- Added data type conversions for legacy ODBC drivers from string to datetime
1.8.14.1
- Fixed the error on altering a field with unique_together (#73)
- Added data type conversions for legacy ODBC drivers from string to datetime
1.9.9.0
- Supports Django 1.9.9
- Supports COUNT_BIG in counting rows (#60)
- Fixed SQL syntax error in executing select_for_update against joined tables (#66)
1.8.14.0
- Supports Django 1.8.14
- Supports COUNT_BIG in counting rows (#60)
- Fixed SQL syntax error in executing select_for_update against joined tables (#66)
1.9.6.0
- Supports Django 1.9.6
- Added support for SQL Server 2016
- Fixed the error on changing ForeignKeyField to not nullable (#52)
1.8.13.0
- Supports Django 1.8.13
- Added support for SQL Server 2016
- Fixed the error on changing ForeignKeyField to not nullable (#52)
1.9.3.0
- Supports Django 1.9.3/1.9.4/1.9.5
- Fixed the error on removing OneToOneField (#51)
1.8.10.0
- Supports Django 1.8.10/1.8.11/1.8.12
- Fixed the error on removing OneToOneField (#51)
1.9.2.0
- Supports Django 1.9.2
- Fixed the error on removing a column with check constraint (#49)
- Fixed unexpected data type conversion of
id
fields to bigint under old TDS protocol (#23)