mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-07 19:27:12 +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.