auraphp / Aura.SqlQuery

Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server.
MIT License
450 stars 86 forks source link

Postgres Lateral Join #155

Open dextervip opened 6 years ago

dextervip commented 6 years ago

It would be nice if we could use new PostgreSQL lateral join. Any way to do it so far?

harikt commented 6 years ago

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

golgote commented 3 years ago

I have created a pull request for that, see #184