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 text was updated successfully, but these errors were encountered:
xwjdsh
changed the title
[Bug]: DeleteByPks is disabled if the data contains spaces
[Bug]: DeleteByPks is disabled if the string PK contains spaces
Mar 27, 2023
Is there an existing issue for this?
Current Behavior
I have a collection where the id field is of type string, one of the entities is as follows,
Then I'd like to delete the entity from the collection, the code is as follows,
Everything is fine but when I query again, it still returns.
Expected Behavior
It should not return after I execute DeleteByPks.
Steps To Reproduce
No response
Environment
Anything else?
The code that causes the problem is as follows, it modified the input id that contains spaces.
go playground: https://go.dev/play/p/IT224pefQBl
The text was updated successfully, but these errors were encountered: