Joao Zanutto

Results 6 comments of Joao Zanutto

We're having the same issue using clickhouse-java version 0.6.4 with DBeaver version 24.1.5.202408181605. Issue happens both with long-running and non long-running queries. ``` org.jkiss.dbeaver.model.sql.DBSQLException: Erro SQL [216] [07000]: Code: 216....

Initial commit was made with a personal Dockerhub repository for testing purposes, but it considers ghcr.io as target registry, however it can also be changed to support Dockerhub instead (can...

Image built and tested with act and available [on test repo in Dockerhub](https://hub.docker.com/r/jpberno/test-drawdb) Run it with `docker run -p 8080:80 jpberno/test-deawdb:latest` and then go to http://localhost:8080/ to check it's working....

1. Gotcha, makes sense! 2. How should I that be implemented so it can be used by the commands adapted to solve this issue? Should this query be added to...

@wwoytenko I found possible solution in viper repo: https://github.com/spf13/viper/issues/339#issuecomment-1434374218 I tried to stab the issue in the #61 PR, but it seems that it's not able to unmarshal the internal...

> It is expected this MR will contain --database-name flag and path fixes usage in the list-dumps, restore, etc. I have some questions that I wanted to validate before further...