MCPcopy Create free account
hub / github.com/CloverHealth/temporal-sqlalchemy / _exclusion_in

Function _exclusion_in

temporal_sqlalchemy/clock.py:284–286  ·  view source on GitHub ↗

do not cast Integer based primary keys

(type_, name)

Source from the content-addressed store, hash-verified

282
283@nine.singledispatch
284def _exclusion_in(type_, name) -> typing.Tuple: # pylint: disable=unused-argument
285 """ do not cast Integer based primary keys """
286 return name, '='
287
288
289@_exclusion_in.register(sap.UUID)

Callers 1

build_history_tableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected