The Wayback Machine - https://web.archive.org/web/20200915094512/https://github.com/dbcli/mycli/pull/896
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix "AttributeError: type object 'Connection' has no attribute 'get'" in mycli iPython magic #896

Open
wants to merge 3 commits into
base: master
from

Conversation

@mwcm
Copy link

mwcm commented Sep 3, 2020

Description

The mycli iPython magic currently breaks with the below error on trying to connect within iPython
AttributeError: type object 'Connection' has no attribute 'get'

Was fixed for pgcli here by @j-bennet
dbcli/pgcli@bde6011

Just copying over the same fix to mycli

Checklist

  • [ x] I've added this contribution to the changelog.md.
  • [x ] I've added my name to the AUTHORS file (or it's already there).
morgan
@mwcm mwcm changed the title no get on ipython-sql Connection fix AttributeError: type object 'Connection' has no attribute 'get' in mycli iPython magic Sep 3, 2020
@mwcm mwcm changed the title fix AttributeError: type object 'Connection' has no attribute 'get' in mycli iPython magic fix "AttributeError: type object 'Connection' has no attribute 'get'" in mycli iPython magic Sep 3, 2020
morgan added 2 commits Sep 3, 2020
morgan
morgan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
You can’t perform that action at this time.