MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / except_

Method except_

test/requirements.py:830–835  ·  view source on GitHub ↗

Target database must support EXCEPT or equivalent (i.e. MINUS).

(self)

Source from the content-addressed store, hash-verified

828
829 @property
830 def except_(self):
831 """Target database must support EXCEPT or equivalent (i.e. MINUS)."""
832 return fails_if(
833 [self._mysql_not_mariadb_103_not_mysql8031],
834 "no support for EXCEPT",
835 )
836
837 @property
838 def dupe_order_by_ok(self):

Callers 1

Calls 1

fails_ifFunction · 0.90

Tested by

no test coverage detected