Skip to content

Commit

Permalink
fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Oct 25, 2022
1 parent 40bf819 commit 3e17c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlalchemy_iris/requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def empty_inserts(self):
def insert_from_select(self):
"""target platform supports INSERT from a SELECT."""

return exclusions.open()
return exclusions.closed()

@property
def tuple_in(self):
Expand Down

0 comments on commit 3e17c32

Please sign in to comment.