tpetry / laravel-postgresql-enhanced

Support for many missing PostgreSQL specific features
MIT License
754 stars 32 forks source link

Support `DISTINCT ON` #51

Closed maximepvrt closed 1 year ago

maximepvrt commented 1 year ago

https://github.com/laravel/framework/issues/10863 ;-)

maximepvrt commented 1 year ago

supported by this : https://github.com/illuminate/database/blob/v9.0.0/Query/Grammars/PostgresGrammar.php#L178 🙈