Issue with Storing Array of Strings in Spanner Using GORM #331
Labels
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: question
Request for information or clarification. Not an issue.
I'm trying to store a set of values in a column of type array string in Spanner using GORM, but I'm encountering an error.
for this reason i created a next custom type
However, after the changes made in the ticket, my previous solution no longer works. I'm not sure if my solution was the correct way to address the problem, but it was working previously. now i have this error
sql: converting argument $2 type: spanner: code = \"InvalidArgument\", desc = \"unsupported value type: model.ArrayString\"
Thank you very much for your help!
The text was updated successfully, but these errors were encountered: