Releases: michiya/django-pyodbc-azure
Releases · michiya/django-pyodbc-azure
1.0.12
- Supports Django 1.5 or earlier
- Added support for SQL Server 2014
- Fixed potential error on Python 3
1.1.4
- Supports Django 1.6
- Added full support for the standard aggregates
- Fixed error on select_related with slicing (#9)
- Fixed inaccurate return value on update
1.0.11
- Supports Django 1.5 or earlier
- Added full support for the standard aggregates
- Fixed error on select_related with slicing (#9)
- Fixed inaccurate return value on update
1.1.3
- Supports Django 1.6
- Updated to use
SCOPE_IDENTITY
function instead of OUTPUT
clause on insert to support triggers (#8)
1.1.2
- Supports Django 1.6
- Added limited support for timezone-sensitive functions using pytz
1.1.1
- Supports Django 1.6
- Fixed malfunction of
host_is_server
option (#5)
1.0.10
- Supports Django 1.5 or earlier
- Fixed query failure on Django 1.3 or earlier
1.0.9
- Supports Django 1.5 or earlier
- Added support for select_for_update
1.0.8
- Supports Django 1.5 or earlier
- Improved row limiting and offsetting
- Fixed error on ordering by an extra column (#3)