Skip to content

Commit 9118595

Browse files
committed
Fix typeo
1 parent 6633181 commit 9118595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlestoredb/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ class ColumnType(object):
187187
NULL = DBAPIType('NULL', 6)
188188
TIMESTAMP = DatetimeDBAPIType('TIMESTAMP', 7)
189189
LONGLONG = BIGINT = UNSIGNED_LONGLONG = UNSIGNED_BIGINT = NumberDBAPIType(
190-
'BIGINT', 'LONGLONG', 'UNSIGNED LONGLONG', 'UNSIGNED_BIGINT', 8, int,
190+
'BIGINT', 'LONGLONG', 'UNSIGNED LONGLONG', 'UNSIGNED BIGINT', 8, int,
191191
)
192192
MEDIUMINT = INT24 = UNSIGNED_MEDIUMINT = UNSIGNED_INT24 = NumberDBAPIType(
193193
'MEDIUMINT', 'INT24', 'UNSIGNED MEDIUMINT', 'UNSIGNED INT24', 9,

0 commit comments

Comments
 (0)