mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 13:07:02 +00:00
When the predicate part of a subquery expression was containing variables, the substitution was ignored. Now, the subpredicate can contain variables that will be substituted when calling evaluateWithObject:substitutionVariables:. Added expression test and predicate parsing test.