10000 converting CusomString to String is unsupported · Issue #211 · go-gorm/clickhouse · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
converting CusomString to String is unsupported #211
Open
@arianitu

Description

@arianitu

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0