mirror of
https://github.com/github/codeql.git
synced 2026-04-29 18:55:14 +02:00
Add oracledb model
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
import python
|
||||
import experimental.meta.ConceptsTest
|
||||
@@ -0,0 +1,5 @@
|
||||
import oracledb
|
||||
|
||||
connection = oracledb.connect(user=u"username", password="password", dsn="connectstring")
|
||||
cursor = connection.cursor()
|
||||
cursor.execute("some sql") # $ getSql="some sql"
|
||||
Reference in New Issue
Block a user