MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _postfetch_bulk_save

Function _postfetch_bulk_save

lib/sqlalchemy/orm/persistence.py:1742–1744  ·  view source on GitHub ↗
(mapper, dict_, table)

Source from the content-addressed store, hash-verified

1740
1741
1742def _postfetch_bulk_save(mapper, dict_, table):
1743 for m, equated_pairs in mapper._table_to_equated[table]:
1744 sync._bulk_populate_inherit_keys(dict_, m, equated_pairs)
1745
1746
1747def _connections_for_states(base_mapper, uowtransaction, states):

Callers 1

_emit_insert_statementsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected