Tomáš Karela Procházka

Results 25 issues of Tomáš Karela Procházka

Partitions are listed among other tables, leading to a very noisy list. The relations can be easily listed, in Postgres, by ``` SELECT * FROM pg_partition_tree('action_gateway'); ``` BTW, MySQL also...

Could the external editor feature be duplicated for column results? In some cases, we use JSON/JSONB in Potgres. And the column content is sometimes big. It would be nice to...

Same issue as here: https://github.com/gorgonia/tensor/issues/142 https://github.com/gorgonia/gorgonia/blob/v0.9.18/README.md#licence vs. https://github.com/gorgonia/gorgonia/blob/master/LICENSE

If so, why it has no stars, no issues etc? https://web.archive.org/web/20250715200244/https://github.com/x89/Shreddit

All (good) database drivers provide some way to inject custom `net.Dialer` https://pkg.go.dev/github.com/microsoft/go-mssqldb#Connector.Dialer https://pkg.go.dev/github.com/ClickHouse/clickhouse-go/v2#Options.DialContext https://pkg.go.dev/github.com/go-sql-driver/mysql#Config.DialFunc (in future release, v1.8.2) https://pkg.go.dev/github.com/jackc/pgx/[email protected]/pgconn#Config.DialFunc It's useful for seamless SSH tunneling. Then we can put in...