MCPcopy Index your code
hub / github.com/clips/pattern / query

Method query

pattern/db/__init__.py:526–529  ·  view source on GitHub ↗

Yields the last executed SQL query as a string.

(self)

Source from the content-addressed store, hash-verified

524
525 @property
526 def query(self):
527 """ Yields the last executed SQL query as a string.
528 """
529 return self._query
530
531 def execute(self, SQL, commit=False):
532 """ Executes the given SQL query and return a list of rows.

Callers 1

test_escapeMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_escapeMethod · 0.64