Open
Description
Description
Using a custom type for a string in a model leads to this error when writing a row
I don't know if its this driver or the underlying driver, but apparently this is supported in the clickhouse driver, see ClickHouse/clickhouse-go#850
type CustomString string
type MyModel struct {
A CustomString
}
Saving this struct leads to a String is unsupported error:
clickhouse [AppendRow]: rating clickhouse [AppendRow]: converting CustomString to String is unsupported
Metadata
Metadata
Assignees
Labels
No labels