mirror of
https://github.com/github/codeql.git
synced 2026-05-02 12:15:17 +02:00
Python: Add modeling of PyMySQL
This commit is contained in:
@@ -2,4 +2,4 @@ import pymysql
|
||||
connection = pymysql.connect(host="localhost", user="user", password="passwd")
|
||||
|
||||
cursor = connection.cursor()
|
||||
cursor.execute("some sql", (42,)) # $ MISSING: getSql="some sql"
|
||||
cursor.execute("some sql", (42,)) # $ getSql="some sql"
|
||||
|
||||
Reference in New Issue
Block a user