rails / arel

A Relational Algebra
2.06k stars 390 forks source link

Division between relations. #371

Closed jbcarpanelli closed 6 years ago

jbcarpanelli commented 9 years ago

Hi! I've been reading the documentation of this gem and I didn't find anything about division between relations (https://en.wikipedia.org/wiki/Relational_algebra#Division_.28.C3.B7.29). I find really useful this AR operator for doing some specifical queries I usually have to work with. Is there any implementation of this operator in this gem? Thanks!

matthewd commented 6 years ago

Per #523, Arel development is moving to rails/rails.

If this issue is still relevant, please consider reopening it over there. (Note that the Rails repository does not accept feature request issues, and requires reproduction steps that rely on Active Record's documented API.)