Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ test_sysdate
Method
test_sysdate
test/dialect/mysql/test_compiler.py:1120–1121 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1118
)
1119
1120
def
test_sysdate(self):
1121
self.assert_compile(func.sysdate(),
"SYSDATE()"
)
1122
1123
m = mysql
1124
Callers
nothing calls this directly
Calls
2
assert_compile
Method · 0.80
sysdate
Method · 0.80
Tested by
no test coverage detected