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
The ID types in the user service are different types and require multiple type conversions. Ensure all the ID types are strings and user table ID types to be varchar(255).
msgs/proto/user.proto requires IDs to be uint32
back/internal/usersvc/internal/userdb/qryuser.go accepts IDs that are of type string
Once the types are string/varchar, then update the responses to return the UIDs instead of hard-coded integers.
The text was updated successfully, but these errors were encountered:
codegold79
changed the title
Back: Make ID types in User service consistent
Back: Change ID types in user.proto file to be strings
Oct 20, 2019
codegold79
changed the title
Back: Change ID types in user.proto file to be strings
Back: Change ID types in user.proto file to be strings and user table ID types to be varchar(255)
Oct 26, 2019
daved
changed the title
Back: Change ID types in user.proto file to be strings and user table ID types to be varchar(255)
Change ID types in user.proto file to be strings and user table ID types to be varchar(255)
Nov 12, 2019
codegold79
changed the title
Change ID types in user.proto file to be strings and user table ID types to be varchar(255)
Change ID types in user.proto file to be strings and user table ID types to be varchar(26)
Nov 15, 2019
The ID types in the user service are different types and require multiple type conversions. Ensure all the ID types are strings and user table ID types to be varchar(255).
uint32
string
Once the types are string/varchar, then update the responses to return the UIDs instead of hard-coded integers.
The text was updated successfully, but these errors were encountered: