Plain is headed towards 1.0! Subscribe for development updates →

davegaeddert

I removed intersect/union/difference queries in plain-models. These "combinator queries" add quite a bit of complication to the ORM, and I don't think they're used that often.

We'll see how it goes, but my plan is to move towards an 80/20 ORM design (80% of the use cases w/ 20% of the API) and have nice raw sql APIs for everything else...