Skip to content

Commit 0388e4f

Browse files
committed
updated types
1 parent 1de84d8 commit 0388e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlalchemy_iris/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ def visit_create_index(
654654

655655

656656
class IRISTypeCompiler(compiler.GenericTypeCompiler):
657-
def visit_boolean(self, type_, **kw):
657+
def visit_BOOLEAN(self, type_, **kw):
658658
return self.visit_BIT(type_)
659659

660660
def visit_BIT(self, type_, **kw):

0 commit comments

Comments
 (0)