davegaeddert
2 weeks, 3 days ago
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...