Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ stmt0
Method
stmt0
test/dialect/sqlite/test_compiler.py:667–672 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
665
Index(
"foo_idx"
, table.c.id)
666
667
def
stmt0():
668
# note a multivalues INSERT is not cacheable; use just one
669
# set of values
670
return
insert(table).values(
671
{
"id"
: 1,
"bar"
:
"ab"
},
672
)
673
674
def
stmt1():
675
stmt = stmt0()
Callers
nothing calls this directly
Calls
2
insert
Function · 0.90
values
Method · 0.45
Tested by
no test coverage detected