This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ make gen | |
# Need `make test` or `make test_db` first, then dump from local DB | |
./script/developing_stage/orm/gen_orm.sh | |
go: downloading github.com/xxjwxc/gormt v0.0.0-20250909122725-efc6bcc8c35e | |
# github.com/ClickHouse/clickhouse-go/v2 | |
/Users/als/repos/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.18.0/conn.go:88:26: not enough arguments in call to compress.NewWriter | |
have () | |
want ("github.com/ClickHouse/ch-go/compress".Level, "github.com/ClickHouse/ch-go/compress".Method) | |
/Users/als/repos/go/pkg/mod/github.com/!click!house/clickhouse-go/v2@v2.18.0/conn.go:207:67: too many arguments in call to c.compressor.Compress | |
have ("github.com/ClickHouse/ch-go/compress".Method, []byte) |