Dominik Szady
Results
2
comments of
Dominik Szady
Hey @martijnthe, did you figure out how to add `NULLS FIRST | LAST` to the `ORDER BY`? I am facing the same issue
In our case I just created a simple enum to be used instead of pypika.Order ``` class Order(Enum): """ Enum for ordering in queries. Mimics pypika.enums.Order but ads NULLS FIRST...