Skip to content

Commit

Permalink
Add compatibility for SQL Server 2019 v15 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
daybarr authored Jan 31, 2020
1 parent ac57003 commit e6ec4a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sql_server/pyodbc/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ class DatabaseWrapper(BaseDatabaseWrapper):
12: 2014,
13: 2016,
14: 2017,
15: 2019,
}

# https://azure.microsoft.com/en-us/documentation/articles/sql-database-develop-csharp-retry-windows/
Expand Down

0 comments on commit e6ec4a5

Please sign in to comment.