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 e291d61 commit 0eb4896Copy full SHA for 0eb4896
python/ql/test/library-tests/frameworks/oracledb/pep249.py
@@ -1,5 +1,5 @@
1
import oracledb
2
3
-connection = oracledb.connect(user=u"username", password="password", dsn="connectstring")
+connection = oracledb.connect(user="username", password="password", dsn="connectstring")
4
cursor = connection.cursor()
5
cursor.execute("some sql") # $ getSql="some sql"
0 commit comments