We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 886e326 commit dcec88cCopy full SHA for dcec88c
cursor.py
@@ -860,7 +860,7 @@ def _row_to_python(self, row):
860
u'field {name}: {type}::{value}, Error: ' \
861
u'{error}'.format(
862
name=col_desc[0],
863
- type=FIELD_ID_TO_NAME(col_desc[1]),
+ type=FIELD_ID_TO_NAME[col_desc[1]],
864
value=col,
865
error=e
866
)
@@ -910,7 +910,7 @@ def _row_to_python(self, row):
910
911
912
913
914
915
916
0 commit comments