MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / datetime_historic

Method datetime_historic

test/requirements.py:1484–1488  ·  view source on GitHub ↗

target dialect supports representation of Python datetime.datetime() objects with historic (pre 1900) values.

(self)

Source from the content-addressed store, hash-verified

1482
1483 @property
1484 def datetime_historic(self):
1485 """target dialect supports representation of Python
1486 datetime.datetime() objects with historic (pre 1900) values."""
1487
1488 return succeeds_if(["sqlite", "postgresql"])
1489
1490 @property
1491 def date(self):

Callers

nothing calls this directly

Calls 1

succeeds_ifFunction · 0.90

Tested by

no test coverage detected