MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_five

Method test_five

test/dialect/postgresql/test_query.py:1549–1555  ·  view source on GitHub ↗
(self, connection)

Source from the content-addressed store, hash-verified

1547 )
1548
1549 def test_five(self, connection):
1550 t = self.tables.t
1551 self._test(
1552 connection,
1553 func.coalesce(t.c.dtme, func.current_timestamp()),
1554 overrides={"epoch": 1336652125.0},
1555 )
1556
1557 def test_six(self, connection):
1558 t = self.tables.t

Callers

nothing calls this directly

Calls 3

_testMethod · 0.95
coalesceMethod · 0.80
current_timestampMethod · 0.80

Tested by

no test coverage detected