Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ test_sysdate
Method
test_sysdate
test/dialect/mysql/test_dialect.py:751–753 ·
view source on GitHub ↗
(self, connection)
Source
from the content-addressed store, hash-verified
749
cx.close()
750
751
def
test_sysdate(self, connection):
752
d = connection.execute(func.sysdate()).scalar()
753
assert isinstance(d, datetime.datetime)
Callers
nothing calls this directly
Calls
3
sysdate
Method · 0.80
scalar
Method · 0.45
execute
Method · 0.45
Tested by
no test coverage detected