Use connect_str, so loading from DSN file actually works

pull/193/head
Brad Powell 2021-04-26 08:15:32 -05:00
parent ee7e209744
commit 76cf5fc2b3
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,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,