Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ sqlquery
Method
sqlquery
web/db.py:109–110 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
107
raise
UnknownParamstyle(paramstyle)
108
109
def
sqlquery(self):
110
return
SQLQuery([self])
111
112
def
__add__(self, other):
113
return
self.sqlquery() + other
Callers
4
__add__
Method · 0.95
__radd__
Method · 0.95
sqlquote
Function · 0.80
sql_clauses
Method · 0.80
Calls
1
SQLQuery
Class · 0.85
Tested by
no test coverage detected