Skip to content

Commit e937fc3

Browse files
Reinstate BIT and friends as valid datatypes
1 parent 1b88503 commit e937fc3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cardinal_pythonlib/sql/validation.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@
212212
SQLTYPES_ALL = (
213213
SQLTYPES_INTEGER
214214
+ SQLTYPES_FLOAT
215+
+ SQLTYPES_BIT
215216
+ SQLTYPES_OTHER_NUMERIC
216217
+ SQLTYPES_TEXT
217218
+ SQLTYPES_BINARY

0 commit comments

Comments
 (0)