On 2016-01-05 05:16, Chris Wright wrote:
> Not proposing language changes was an intentional feature, not a mistake.
Then you obviously can't use the operators. You would have to fall back
to methods:
Person.where!(e => e.name.eq("John"));
--
/Jacob Carlborg