Can't update UDT using gocqlx

Hi,
this question was answered in this github issue: Can’t update UDT using gocqlx · Issue #264 · scylladb/gocqlx · GitHub.
In short you have to add cql: struct tags to map specify the CQL field name to be mapped to a struct field.
Information about it can be found in gocql documentation: gocql/doc.go at 34fdeebefcbf183ed7f916f931aa0586fdaa1b40 · gocql/gocql · GitHub.

1 Like