diff --git a/py/sqlutilpy/sqlutil.py b/py/sqlutilpy/sqlutil.py index f306b53..6459106 100644 --- a/py/sqlutilpy/sqlutil.py +++ b/py/sqlutilpy/sqlutil.py @@ -213,7 +213,6 @@ def __getDType(row, typeCodes, strLength): 21: 'i2', 23: 'i4', 1007: 'i4', - 25: '|U%d', 700: 'f4', 701: 'f8', 1000: bool, @@ -222,11 +221,12 @@ def __getDType(row, typeCodes, strLength): 1016: 'i8', 1021: 'f4', 1022: 'f8', - 1042: '|U%d', # character() - 1043: '|U%d', # varchar 1700: 'f8', # numeric 1114: '