michiya / django-pyodbc-azure

Django backend for Microsoft SQL Server and Azure SQL Database using pyodbc
https://pypi.python.org/pypi/django-pyodbc-azure
BSD 3-Clause "New" or "Revised" License
321 stars 140 forks source link

Azure SQL Database version V12 compabillity #31

Open josven opened 9 years ago

josven commented 9 years ago

Hi, I have a question regarding the Azure SQL Database version V12 update (15/05/2015 https://azure.microsoft.com/en-gb/documentation/articles/sql-database-v12-whats-new/)

How compatible is django-pyodbc-azure with this upgrade? What I been told is that the platform will no longer handle connection failures. Are there some a kind of retry logic in django-pyodbc-azure to handle the scenarios where network connectivity of database load does not allow a operation to succeed?

Cheers Jonas

michiya commented 9 years ago

@josven Thank you for your feedback. The backend doesn't have any connection retry logic now, and I hope I can add some kind of connection retry feature to the backend in the future.

meet-bhagdev commented 9 years ago

@josven @michiya : Please let me know if you need help with retry logic with your code. I work on the Azure SQL team at Microsoft and would be able to help you out here(atleast with basic scenarios)

daybarr commented 8 years ago

@michiya has added connection retry logic in b75cba3 which was released in 1.8.6.0. Thanks michiya :+1:

Does that address this issue for you @josven ?