Proposal: Database Engine for D

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue Jan 5 00:26:16 PST 2016


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


More information about the Digitalmars-d mailing list