From bc04fe417dba7627698bd132775bca8305349955 Mon Sep 17 00:00:00 2001 From: "Sergey E. Koposov" Date: Wed, 20 Jul 2022 15:32:54 +0100 Subject: [PATCH] small edits --- py/sqlutilpy/sqlutil.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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: '