Skip to content

Commit 5424631

Browse files
committed
driver update
1 parent 51c073e commit 5424631

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements-iris.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/intersystems-community/intersystems-irispython/releases/download/3.6.5/intersystems_iris-3.6.5-py3-none-any.whl
1+
https://github.com/intersystems-community/intersystems-irispython/releases/download/3.6.6/intersystems_iris-3.6.6-py3-none-any.whl

sqlalchemy_iris/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -966,6 +966,7 @@ def do_ping(self, dbapi_connection):
966966
def create_connect_args(self, url):
967967
opts = {}
968968

969+
opts["application_name"] = "sqlalchemy"
969970
opts["hostname"] = url.host
970971
opts["port"] = int(url.port) if url.port else 1972
971972
opts["namespace"] = url.database if url.database else "USER"

0 commit comments

Comments
 (0)