Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
29
def
_is_versioning_col(col):
30
return
"version_meta"
in col.info
31
32
33
def
_history_mapper(local_mapper):
Callers
1
create_version
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected