bgschiller / postgres_kernel

A simple Jupyter kernel for PostgreSQL
MIT License
64 stars 19 forks source link

Can't connect via postgres_kernel, but can from psql #23

Open stuaxo opened 3 years ago

stuaxo commented 3 years ago

I postgres_kernel try and connect:

image

In PSQL, I can connect however:

image

Should the error message display more info than it does currently, the empty quotes look like they should have something in them.

thomasjm commented 2 years ago

I think the problem here is that your connection: comment is in the same cell as the SQL. I'm seeing same thing; it only works if I run the connection comment in a cell by itself, then run SQL in the next cell.