Open dextervip opened 6 years ago
It would be nice if we could use new PostgreSQL lateral join. Any way to do it so far?
Currently not supported I believe. But you may need driver specific methods to make this happen.
https://github.com/auraphp/Aura.SqlQuery/blob/a4fd8dc4493d517ef3d06e1dbb9433c81fff16ce/src/Pgsql/Select.php
I have created a pull request for that, see #184
It would be nice if we could use new PostgreSQL lateral join. Any way to do it so far?