added pypyodbc.py, thanks Derek

This commit is contained in:
mdipierro
2013-02-05 08:46:32 -06:00
parent ba603528d7
commit cbb9a1fdbe
3 changed files with 2342 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.4.1-alpha.2+timestamp.2013.02.04.16.44.47
Version 2.4.1-alpha.2+timestamp.2013.02.05.08.45.51
File diff suppressed because it is too large Load Diff
+3
View File
@@ -339,7 +339,10 @@ if not 'google' in DRIVERS:
LOGGER.debug('no Oracle driver cx_Oracle')
try:
#try:
import pyodbc
#except ImportError:
# from contrib.pypyodbc import pypyodbc as pyodbc
DRIVERS.append('MSSQL(pyodbc)')
DRIVERS.append('DB2(pyodbc)')
DRIVERS.append('Teradata(pyodbc)')