Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ OnConflictDoNothing
Class
OnConflictDoNothing
lib/sqlalchemy/dialects/sqlite/dml.py:229–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
228
229
class
OnConflictDoNothing(OnConflictClause):
230
__visit_name__ =
"on_conflict_do_nothing"
231
232
inherit_cache = True
233
234
235
class
OnConflictDoUpdate(OnConflictClause):
Callers
1
on_conflict_do_nothing
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected