mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Add python cx_oracle, phoenixdb, pyodbc models
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
import python
|
||||
import experimental.meta.ConceptsTest
|
||||
@@ -0,0 +1,6 @@
|
||||
import cx_Oracle
|
||||
connection = cx_Oracle.connect(user="hr", password="pwd",
|
||||
dsn="dbhost.example.com/orclpdb1")
|
||||
|
||||
cursor = connection.cursor()
|
||||
cursor.execute("some sql") # $ getSql="some sql"
|
||||
Reference in New Issue
Block a user