Skip to content

Commit e6ec4a5

Browse files
authored
Add compatibility for SQL Server 2019 v15 (#32)
1 parent ac57003 commit e6ec4a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql_server/pyodbc/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ class DatabaseWrapper(BaseDatabaseWrapper):
155155
12: 2014,
156156
13: 2016,
157157
14: 2017,
158+
15: 2019,
158159
}
159160

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

0 commit comments

Comments
 (0)