File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
- intersystems_iris >= 3.3.0b1
1
+ intersystems_iris >= 3.3.0b7
2
2
SQLAlchemy >= 1.4
Original file line number Diff line number Diff line change @@ -652,8 +652,7 @@ def binary_literals(self):
652
652
653
653
"""
654
654
655
- # return exclusions.open()
656
- return exclusions .closed ()
655
+ return exclusions .open ()
657
656
658
657
@property
659
658
def autocommit (self ):
@@ -833,16 +832,15 @@ def text_type(self):
833
832
"""Target database must support an unbounded Text() "
834
833
"type such as TEXT or CLOB"""
835
834
836
- # return exclusions.open()
837
- return exclusions .closed ()
835
+ return exclusions .open ()
838
836
839
837
@property
840
838
def empty_strings_varchar (self ):
841
839
"""target database can persist/return an empty string with a
842
840
varchar.
843
841
844
842
"""
845
- # return exclusions.open()
843
+ return exclusions .open ()
846
844
return exclusions .closed ()
847
845
848
846
@property
You can’t perform that action at this time.
0 commit comments