Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

bug: usql 0.19.3: option tuples-only do not work anymore #486

Open
sgaunet opened this issue Oct 16, 2024 · 0 comments
Open

bug: usql 0.19.3: option tuples-only do not work anymore #486

sgaunet opened this issue Oct 16, 2024 · 0 comments

Comments

@sgaunet
Copy link

sgaunet commented Oct 16, 2024

Hello,

It seems there's a bug with the last version of usql and the tuples-only option:

With an old version, it's ok as expected:

$ usql -t -A "postgres://postgres:password@localhost:5432/postgres?sslmode=disable" -c "select idfile from clients.files where filename='docker.yml' order by upload_date_begin desc limit 1;"
11ba16bd-4480-427b-ad15-fbb92982e759
$ usql --version
usql 0.18.1

With the last version, the -t option seems to be ignored:

$ usql -t -A "postgres://postgres:password@localhost:5432/postgres?sslmode=disable" -c "select idfile from clients.files where filename='docker.yml' order by upload_date_begin desc limit 1;"
11ba16bd-4480-427b-ad15-fbb92982e759
(1 row)
$ usql -V
usql 0.19.3
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant