We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97ffb01 commit ee9f6cfCopy full SHA for ee9f6cf
tests/immuTestClient.py
@@ -19,7 +19,6 @@ def executeWithTransaction(self, concatenatedParams: dict, queries: List[str], s
19
toExecute.extend(queries)
20
toExecute.append(self.transactionEnd)
21
multiLineQuery = separator.join(toExecute)
22
- print(multiLineQuery)
23
resp = self.client.sqlExec(multiLineQuery, concatenatedParams)
24
assert((len(resp.txs) > 0 and not resp.ongoingTx and not resp.UnknownFields())
25
or len(resp.UnknownFields()) > 0)
0 commit comments