catherinedevlin / ipython-sql

%%sql magic for IPython, hopefully evolving into full SQL client
MIT License
1.79k stars 369 forks source link

fix `%sql --close <sqlalchemy_connection_string>` error #203

Closed meihkv closed 2 years ago

meihkv commented 2 years ago

descriptor is a connection string.

ken-approveshield commented 2 years ago

For what it's worth, I'm also unable to close my connections as documented in the readme and get the same error, using a MySQL DB.

catherinedevlin commented 2 years ago

Thank you very much!