Skip to content

Commit

Permalink
updated types
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Apr 25, 2023
1 parent 1de84d8 commit 0388e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlalchemy_iris/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ def visit_create_index(


class IRISTypeCompiler(compiler.GenericTypeCompiler):
def visit_boolean(self, type_, **kw):
def visit_BOOLEAN(self, type_, **kw):
return self.visit_BIT(type_)

def visit_BIT(self, type_, **kw):
Expand Down

0 comments on commit 0388e4f

Please sign in to comment.