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.
.executescript
1 parent 170a93c commit 5930499Copy full SHA for 5930499
python/ql/test/library-tests/frameworks/stdlib/pep249.py
@@ -6,6 +6,8 @@
6
7
cursor = db.cursor()
8
cursor.execute("some sql", (42,)) # $ getSql="some sql"
9
+cursor.executescript("sql") # $ MISSING: getSql="sql"
10
+cursor.executescript(sql_script="sql") # $ MISSING: getSql="sql"
11
12
import sqlite3.dbapi2
13
conn = sqlite3.dbapi2.connect()
0 commit comments