You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the structured fields with custom marshaler, it may be needed to override underlying JSON type the field marshals to.
For example:
Name sql.NullString `tigris:"string"`
This would instruct Tigris to treat Name as string in the schema and in the JSON.
It's responsibility of the user type to properly marshal and unmarshal into the JSON.
The text was updated successfully, but these errors were encountered:
For the structured fields with custom marshaler, it may be needed to override underlying JSON type the field marshals to.
For example:
This would instruct Tigris to treat Name as string in the schema and in the JSON.
It's responsibility of the user type to properly marshal and unmarshal into the JSON.
The text was updated successfully, but these errors were encountered: