cashapp / sqldelight

SQLDelight - Generates typesafe Kotlin APIs from SQL
https://cashapp.github.io/sqldelight/
Apache License 2.0
6.02k stars 503 forks source link

[PostgreSQL Dialect]: Support `LATERAL` Subqueries #5122

Open YektaDev opened 3 months ago

YektaDev commented 3 months ago

Description

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

griffio commented 3 months ago

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