Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ no_support
Function
no_support
test/requirements.py:22–23 ·
view source on GitHub ↗
(db, reason)
Source
from the content-addressed store, hash-verified
20
21
22
def
no_support(db, reason):
23
return
SpecPredicate(db, description=reason)
24
25
26
def
exclude(db, op, spec, description=None):
Callers
11
deferrable_or_no_constraints
Method · 0.85
implicitly_named_constraints
Method · 0.85
foreign_keys
Method · 0.85
foreign_key_cycles_w_cascade
Method · 0.85
boolean_col_expressions
Method · 0.85
memory_process_intensive
Method · 0.85
row_triggers
Method · 0.85
two_phase_transactions
Method · 0.85
unicode_ddl
Method · 0.85
symbol_names_w_double_quote
Method · 0.85
arraysize
Method · 0.85
Calls
1
SpecPredicate
Class · 0.90
Tested by
no test coverage detected