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
If a property in the openapi schema has uppercase character (e.g. 'publishId') it is not registered correctly as a part of the primary key because the string is converted to lower case before a comparison
If a property in the openapi schema has uppercase character (e.g. 'publishId') it is not registered correctly as a part of the primary key because the string is converted to lower case before a comparison
See: https://github.com/wepala/weos/blob/feature/222/projections/gorm.go#L341
The text was updated successfully, but these errors were encountered: