PRQL / pyprql

Python extensions for PRQL

Home Page:https://pyprql.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Several minor issues

swuecho opened this issue · comments

  1. connection take several seconds.
  2. result is not readable for table with many columns.
    image

the result of raw psql is not readable too, but in psql '\x' can be configed and the display is readable
3. if my input is not valid, PRQL will exit. I think it should not exit because of a query.

image

And thanks for make PRQL available as a repl. I might fix the issues 2 if add a config option is an acceptable approach.

ideally, all my input history are saved in a .sqlite or text files.

Thanks for the report, I agree on 2 & 3 I'll open an issue for it. 1 is straight from SQLAlchemy so I doubt there is much we can do there.