SeaQL / sea-orm

🐚 An async & dynamic ORM for Rust
https://www.sea-ql.org/SeaORM/
Apache License 2.0
6.56k stars 459 forks source link

Expose `order_by_with_nulls` in `QueryOrder` trait #2227

Closed IgnisDa closed 1 month ago

IgnisDa commented 1 month ago

I would like to order by <col> nulls last in my query but am unable to since that method is not exposed.

IgnisDa commented 1 month ago

@tyt2y3 Would you be willing to accept a PR for this?

tyt2y3 commented 1 month ago

sure!

IgnisDa commented 1 month ago

@tyt2y3 Could you take a look at the PR I made?