auraphp / Aura.SqlQuery

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

Add lateral joins #184

Open golgote opened 3 years ago

golgote commented 3 years ago

Postgresql supports lateral joins but they currently cannot be used. This makes it possible.

golgote commented 3 years ago

I don't know why build fails under Php 7.3, it doesn't look like it is related to my small addition...

golgote commented 3 years ago

Hi, can you please merge this (and fix your travis so that php 7.3 tests are supported). Thanks