From 98c18afafa6331f4cd160da3d093c936d83d10ee Mon Sep 17 00:00:00 2001 From: "Sergey E. Koposov" Date: Wed, 20 Jul 2022 15:20:11 +0100 Subject: [PATCH] fix --- py/sqlutilpy/sqlutil.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py/sqlutilpy/sqlutil.py b/py/sqlutilpy/sqlutil.py index 14f8902..2e5c9b6 100644 --- a/py/sqlutilpy/sqlutil.py +++ b/py/sqlutilpy/sqlutil.py @@ -208,6 +208,7 @@ def __getDType(row, typeCodes, strLength): pgTypeHash = { 16: bool, 18: str, + 19: str, # name type used in information schema 20: 'i8', 21: 'i2', 23: 'i4',