Skip to content

Commit 24ab0ec

Browse files
committed
fixes #49
1 parent e356ba8 commit 24ab0ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sqlalchemy_teradata/types.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ class BYTEINT(sqltypes.Integer):
1414
"""
1515
__visit_name__ = 'BYTEINT'
1616

17+
def __str__(self):
18+
return 'BYTEINT'
19+
1720
class DECIMAL(sqltypes.DECIMAL):
1821

1922
""" Teradata Decimal/Numeric type """

0 commit comments

Comments
 (0)