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
conn.session.engine.url
This reference to session in pgcli.magic conn.session.engine.url raises an AttributeError for the current HEAD version of ipython-sql (after catherinedevlin/ipython-sql@9fbf83b). It can be changed to just conn.url.
conn.url
However, it's probably worth moving off ipython-sql to https://github.com/ploomber/jupysql which is a maintained fork of it.
Refs:
pgcli/pgcli/magic.py
Line 43 in 89979a9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This reference to session in pgcli.magic conn.session.engine.url raises an AttributeError for the current HEAD version of ipython-sql (after catherinedevlin/ipython-sql@9fbf83b). It can be changed to just
conn.url
.However, it's probably worth moving off ipython-sql to https://github.com/ploomber/jupysql which is a maintained fork of it.
Refs:
pgcli/pgcli/magic.py
Line 43 in 89979a9
The text was updated successfully, but these errors were encountered: