Skip to content

Commit

Permalink
driver update
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Jul 12, 2023
1 parent 51c073e commit 5424631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-iris.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/intersystems-community/intersystems-irispython/releases/download/3.6.5/intersystems_iris-3.6.5-py3-none-any.whl
https://github.com/intersystems-community/intersystems-irispython/releases/download/3.6.6/intersystems_iris-3.6.6-py3-none-any.whl
1 change: 1 addition & 0 deletions sqlalchemy_iris/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,7 @@ def do_ping(self, dbapi_connection):
def create_connect_args(self, url):
opts = {}

opts["application_name"] = "sqlalchemy"
opts["hostname"] = url.host
opts["port"] = int(url.port) if url.port else 1972
opts["namespace"] = url.database if url.database else "USER"
Expand Down

0 comments on commit 5424631

Please sign in to comment.