Skip to content

Releases: michiya/django-pyodbc-azure

1.9.9.1

15 Aug 15:08
Compare
Choose a tag to compare
  • 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

15 Aug 15:08
Compare
Choose a tag to compare
  • Fixed the error on altering a field with unique_together (#73)
  • Added data type conversions for legacy ODBC drivers from string to datetime

1.10.0.0

06 Aug 00:21
Compare
Choose a tag to compare
  • Supports Django 1.10

1.9.9.0

06 Aug 00:20
Compare
Choose a tag to compare
  • 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

06 Aug 00:20
Compare
Choose a tag to compare
  • 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

02 Jun 16:00
Compare
Choose a tag to compare
  • 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

02 Jun 15:59
Compare
Choose a tag to compare
  • 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

06 Mar 04:52
Compare
Choose a tag to compare
  • Supports Django 1.9.3/1.9.4/1.9.5
  • Fixed the error on removing OneToOneField (#51)

1.8.10.0

06 Mar 04:51
Compare
Choose a tag to compare
  • Supports Django 1.8.10/1.8.11/1.8.12
  • Fixed the error on removing OneToOneField (#51)

1.9.2.0

15 Feb 02:04
Compare
Choose a tag to compare
  • 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)