Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add quotes to automatically generated condition contexts on parent
When generating a condition context on a parent for a property with a name that has special meaning in CQL (like `id`), the generated filter does not work as expected. With this change, the property name is put in quotes so that filters with special property names work correctly. Closes #1104
- Loading branch information