Skip to content

Commit cb55f45

Browse files
committed
update
1 parent c511c6e commit cb55f45

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1+
from .mixins import jdbc_type_converters

dj_db_conn_pool/backends/odbc/mixins.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66

77
class ODBCDatabaseWrapperMixin(DatabasePoolWrapperMixin):
8+
Database = pyodbc
9+
810
def _get_new_connection(self, conn_params):
911
try:
1012
driver = self.settings_dict['ODBC_OPTIONS']['DRIVER']

0 commit comments

Comments
 (0)