Skip to content

Commit

Permalink
Merge branch 'azure' into azure-1.1
Browse files Browse the repository at this point in the history
Conflicts:
	sql_server/pyodbc/base.py
  • Loading branch information
michiya committed May 27, 2014
2 parents 124502c + 0a9b9a9 commit a362faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql_server/pyodbc/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def get_new_connection(self, conn_params):
self.use_legacy_datetime = True
self.supports_mars = False

ms_drv_names = re.compile('^((LIB)?SQLN?CLI|LIBMSODBCSQL)')
ms_drv_names = re.compile('^(LIB)?(SQLN?CLI|MSODBCSQL)')

if drv_name == 'SQLSRV32.DLL' or ms_drv_names.match(drv_name):
self.driver_needs_utf8 = False
Expand Down

0 comments on commit a362faf

Please sign in to comment.