We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am able to connect to the database but unable to see results.
get_ipython().run_line_magic('sql', 'select 2+3') KeyError: 'DEFAULT'
The text was updated successfully, but these errors were encountered:
For other people who ran into this, I just configured ipython-sql to look for an accepted style enum--super weird though.
ipython-sql
%config SqlMagic.style='NONE'
Sorry, something went wrong.
No branches or pull requests
1 rows affected.
I am able to connect to the database but unable to see results.
get_ipython().run_line_magic('sql', 'select 2+3')
KeyError: 'DEFAULT'
The text was updated successfully, but these errors were encountered: