Skip to content

Commit 3e17c32

Browse files
committed
fixed issue
1 parent 40bf819 commit 3e17c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlalchemy_iris/requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def empty_inserts(self):
249249
def insert_from_select(self):
250250
"""target platform supports INSERT from a SELECT."""
251251

252-
return exclusions.open()
252+
return exclusions.closed()
253253

254254
@property
255255
def tuple_in(self):

0 commit comments

Comments
 (0)