CQL: Spaces are not recognised in sub-property queries.
Consider the following case:
- RecordType
RTAand RecordReferencedRecordof that type - Two properties
WrapperandWrapper with spaceswhich both are references to Records of typeRTA - RecordType
RTBwith both wrapper properties - A record
TestRecordwhich hasReferencedRecordas value of both wrapper properties
The Query SELECT Wrapper.name FROM RECORD RTA returns REferencedRecord as expected, while SELECT "Wrapper with spaces.name" FROM RECORD RTA returns an empty table (same for "Wrapper with spaces".name).