sqldelight icon indicating copy to clipboard operation
sqldelight copied to clipboard

[PostgreSQL Dialect]: Support `ORDER BY .. NULLS [FIRST|LAST]`

Open YektaDev opened this issue 4 months ago • 0 comments

Description

It's currently supported for SQLite, but not for PostgreSQL.


... ',', FOR, LIMIT or OFFSET expected, got 'NULLS'

...

 ORDER BY e.updated_at DESC NULLS LAST, e.created_at DESC
                            ^^^^^

YektaDev avatar Apr 25 '24 06:04 YektaDev