Releases: michiya/django-pyodbc-azure
Releases · michiya/django-pyodbc-azure
1.8.9.0
- Supports Django 1.8.9
- 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)
1.9.0.1
- Fixed the error in formatting a default value for legacy datetime type columns (#47)
1.8.7.2
- Supports Django 1.8.7/1.8.8
- Fixed the error in formatting a default value for legacy datetime type columns (#47)
1.8.7.1
- Added escaping ODBC connection string (#39)
- Fixed some minor bugs
1.8.7.0
- Supports Django 1.8.7
- Fixed some minor bugs
1.2.12
- Tested under Django 1.7.11
- Fixed some minor bugs
1.8.6.0
- Supports Django 1.8.6
- Provided compatibility with FreeTDS v0.95
- Added
connection_retries
and connection_retry_backoff_time
options (#41)
1.2.11
- Supports Django 1.7.10
- Provided compatibility with FreeTDS v0.95
- Added
connection_retries
and connection_retry_backoff_time
options (#41)