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
DefaultPatch call the DefaultRead, and DefaultRead use the returns from ToORM as where condition, and the ToORM logic is: enum value must have a value. eg:
DefaultPatch call the DefaultRead, and DefaultRead use the returns from ToORM as where condition, and the ToORM logic is: enum value must have a value. eg:
finnaly, the sql is
SELECT * FROM
limitersWHERE (
limiters.
id= 3) AND (
limiters.
status= 'STATUS_UNSPECIFIED') ORDER BY
limiters.
idASC LIMIT 1
.the result is err:
record not found
How to patch?
The text was updated successfully, but these errors were encountered: