MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _is_versioning_col

Function _is_versioning_col

examples/versioned_history/history_meta.py:29–30  ·  view source on GitHub ↗
(col)

Source from the content-addressed store, hash-verified

27
28
29def _is_versioning_col(col):
30 return "version_meta" in col.info
31
32
33def _history_mapper(local_mapper):

Callers 1

create_versionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected