Open mathroc opened 7 years ago
This is an excellent idea. It may mess up Atlas.Orm, which uses with()
to eager-load relationships -- but since Atlas is alpha, it can change to use eager()
or something like that instead of the WITH keyword.
@mathroc send along a PR as soon as you can, for the databases that support WITH, and I'll review!
Hi,
now that mysql will support WITH queries too, is there plan to add support for Common Table Expressions ?
maybe something along those lines :