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
Describe the bug
This is more a regression than a bug.
I've upgraded from 6.0.0 to 7.1.0 and I've noticed you started supporting empty values for strings but the latest change from AWS applies only to non-key attributes so I had a regression where I try to save a key as an empty string. I obviously changed that but this is confusing 🤔
To Reproduce
Set an attribute as secondary key.
Save it with empty string.
DDB will fail - secondary index cannot be an empty string.
Expected behavior
There shouldn't be a regression. IMO you should persist old logic for key attributes, while only non-key attributes will be saved with an empty string.
The text was updated successfully, but these errors were encountered:
Describe the bug
This is more a regression than a bug.
I've upgraded from
6.0.0
to7.1.0
and I've noticed you started supporting empty values for strings but the latest change from AWS applies only to non-key attributes so I had a regression where I try to save a key as an empty string. I obviously changed that but this is confusing 🤔To Reproduce
Expected behavior
There shouldn't be a regression. IMO you should persist old logic for key attributes, while only non-key attributes will be saved with an empty string.
The text was updated successfully, but these errors were encountered: