Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ _get_insert_default_values_query
Method
_get_insert_default_values_query
web/db.py:1003–1004 ·
view source on GitHub ↗
(self, table)
Source
from the content-addressed store, hash-verified
1001
return
out
1002
1003
def
_get_insert_default_values_query(self, table):
1004
return
"INSERT INTO %s DEFAULT VALUES"
% table
1005
1006
def
multiple_insert(self, tablename, values, seqname=None, _test=False):
1007
""
"
Callers
1
insert
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected