Skip to content

Commit f1b5c48

Browse files
committed
Add bool to int map
1 parent 5bef5c9 commit f1b5c48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

singlestoredb/functions/signature.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ class NoDefaultType:
100100
}
101101

102102
int_type_map = {
103+
'bool': 'bool',
103104
'int': 'int64',
104105
'integer': 'int64',
105106
'int_': 'int64',

0 commit comments

Comments
 (0)