MCPcopy
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
229class OnConflictDoNothing(OnConflictClause):
230 __visit_name__ = "on_conflict_do_nothing"
231
232 inherit_cache = True
233
234
235class OnConflictDoUpdate(OnConflictClause):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected