diff options
Diffstat (limited to 'databases/py-pymssql/files')
| -rw-r--r-- | databases/py-pymssql/files/patch-__mssql.pyx | 16 | ||||
| -rw-r--r-- | databases/py-pymssql/files/patch-sqlfront.pxd | 10 |
2 files changed, 0 insertions, 26 deletions
diff --git a/databases/py-pymssql/files/patch-__mssql.pyx b/databases/py-pymssql/files/patch-__mssql.pyx deleted file mode 100644 index 28a1732da585..000000000000 --- a/databases/py-pymssql/files/patch-__mssql.pyx +++ /dev/null @@ -1,16 +0,0 @@ ---- _mssql.pyx.orig 2014-10-24 22:03:00 UTC -+++ _mssql.pyx -@@ -1677,12 +1677,10 @@ cdef int _tds_ver_str_to_constant(verstr - return DBVERSION_42 - if verstr == u'7.0': - return DBVERSION_70 -- if verstr == u'7.1': -+ if verstr in (u'7.1', u'8.0'): - return DBVERSION_71 - if verstr == u'7.2': - return DBVERSION_72 -- if verstr == u'8.0': -- return DBVERSION_80 - raise MSSQLException('unrecognized tds version: %s' % verstr) - - ####################### diff --git a/databases/py-pymssql/files/patch-sqlfront.pxd b/databases/py-pymssql/files/patch-sqlfront.pxd deleted file mode 100644 index 896fb07854e8..000000000000 --- a/databases/py-pymssql/files/patch-sqlfront.pxd +++ /dev/null @@ -1,10 +0,0 @@ ---- sqlfront.pxd.orig 2014-08-29 22:32:11 UTC -+++ sqlfront.pxd -@@ -106,7 +106,6 @@ cdef extern from "sqlfront.h": - int DBVERSION_70 - int DBVERSION_71 - int DBVERSION_72 -- int DBVERSION_80 - - ## Type Constants ## - cdef enum: |
