MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / except_

Method except_

test/requirements.py:865–870  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

863
864 @property
865 def except_(self):
866 """Target database must support EXCEPT or equivalent (i.e. MINUS)."""
867 return fails_if(
868 [self._mysql_not_mariadb_103_not_mysql8031],
869 "no support for EXCEPT",
870 )
871
872 @property
873 def dupe_order_by_ok(self):

Callers 1

Calls 1

fails_ifFunction · 0.90

Tested by

no test coverage detected