parse-server
parse-server copied to clipboard
fix: Fixed issue where deeply nested keys were having incorrect values
trafficstars
refer https://github.com/parse-community/parse-server/pull/7385#issuecomment-2809633747
Summary by CodeRabbit
-
Bug Fixes
- Improved handling of keys with dot notation, ensuring nested fields are updated correctly during save operations.
-
Tests
- Added a new test to verify correct behavior when saving objects with deeply nested keys, specifically validating afterSave triggers and nested field updates.