sqldelight icon indicating copy to clipboard operation
sqldelight copied to clipboard

[PostgreSQL Dialect]: Support `LATERAL` Subqueries

Open YektaDev opened this issue 1 year ago • 1 comments

Description

As of now, SQLDelight doesn't support PostgreSQL's LATERAL subqueries yet.

YektaDev avatar Apr 05 '24 10:04 YektaDev

Related to https://github.com/cashapp/sqldelight/issues/5086 and https://github.com/AlecKazakova/sql-psi/pull/616 Looking into how this can be added in PostgreSql Dialect

griffio avatar Apr 05 '24 15:04 griffio