Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jul 20, 2022
1 parent 49f5b77 commit 98c18af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py/sqlutilpy/sqlutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 98c18af

Please sign in to comment.