Merge pull request #193 from bapowell/master

Use connect_str, so loading from DSN file actually works
pull/214/head
Catherine Devlin 2022-06-11 11:18:00 -05:00 committed by GitHub
commit b3c4035900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ class SqlMagic(Magics, Configurable):
try:
conn = sql.connection.Connection.set(
parsed["connection"],
connect_str,
displaycon=self.displaycon,
connect_args=args.connection_arguments,
creator=args.creator,