MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_issue_9451

Function test_issue_9451

test/typing/plain_files/sql/sql_operations.py:89–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87
88
89def test_issue_9451() -> None:
90 # issue #9451
91 c1.cast(Integer)
92 c1.cast(Float)
93 c1.op("foobar")("operand").cast(DateTime)
94 cast(c1, Float)
95 cast(c1.op("foobar")("operand"), DateTime)
96
97
98def test_issue_9650_char() -> None:

Callers

nothing calls this directly

Calls 3

castFunction · 0.90
castMethod · 0.45
opMethod · 0.45

Tested by

no test coverage detected