MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_collate

Method test_collate

test/sql/test_operators.py:316–321  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

314 )
315
316 def test_collate(self):
317 left = column("left")
318 right = "some collation"
319 left.comparator.operate(operators.collate, right).compare(
320 collate(left, right)
321 )
322
323 def test_default_adapt(self):
324 class TypeOne(TypeEngine):

Callers

nothing calls this directly

Calls 4

columnFunction · 0.90
collateFunction · 0.90
compareMethod · 0.45
operateMethod · 0.45

Tested by

no test coverage detected