Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ prep
Method
prep
test/sql/test_query.py:294–295 ·
view source on GitHub ↗
(q)
Source
from the content-addressed store, hash-verified
292
dialect = default.DefaultDialect(paramstyle=
"qmark"
)
293
294
def
prep(q):
295
return
str(sql.text(q).compile(dialect=dialect))
296
297
def
a_eq(got, wanted):
298
if
got != wanted:
Callers
nothing calls this directly
Calls
1
compile
Method · 0.45
Tested by
no test coverage detected