Skip to content

Commit

Permalink
removed Oracle requirement from test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Karstens committed Oct 18, 2019
1 parent 2734f3b commit 518fc04
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sqlalchemy_exasol/requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,10 @@ def ctes(self):
"""Can't be opened as CTE tests require DB support for 'WITH RECURSIVE'
not supported by EXASOL"""
return exclusions.closed()

@property
def standalone_null_binds_whereclause(self):
"""target database/driver supports bound parameters with NULL in the
WHERE clause, in situations where it has to be typed.
"""
return exclusions.closed()

0 comments on commit 518fc04

Please sign in to comment.