Fixed typo
parent
e848a1c91a
commit
a50999b37b
|
|
@ -297,7 +297,7 @@ class Cursor(object):
|
||||||
sqltype = self._meta.getColumnType(col)
|
sqltype = self._meta.getColumnType(col)
|
||||||
# print sqltype
|
# print sqltype
|
||||||
# TODO: Oracle 11 will read a oracle.sql.TIMESTAMP
|
# TODO: Oracle 11 will read a oracle.sql.TIMESTAMP
|
||||||
# which can't be converted to string easyly
|
# which can't be converted to string easily
|
||||||
v = self._rs.getObject(col)
|
v = self._rs.getObject(col)
|
||||||
if v:
|
if v:
|
||||||
converter = self._converters.get(sqltype)
|
converter = self._converters.get(sqltype)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue