ipython-sql icon indicating copy to clipboard operation
ipython-sql copied to clipboard

version 0.3.9 is printing cleartext passwords to my notebook

Open florian-niefind opened this issue 8 years ago • 0 comments

I have had to install version 0.3.9 of ipython-sql due to https://github.com/catherinedevlin/ipython-sql/issues/67. But this version prints my sqlalchemy connection string containing username and password, which I certainly do not want in there if I put some of my analyses to github. I can use %%capture to circumvent this, but I think this should not be standard behavior in principle.

If there is an easy way to switch this off in version 0.3.9 general, I'd be happy to learn how that works for now.

Thanks!

florian-niefind avatar Jun 29 '17 13:06 florian-niefind