Jacob Ellis

Results 2 comments of Jacob Ellis

+1 for this feature, Our workaround is as follows: ```TypeScript export const orderNullsLast = (direction: OrderByDirection) => sql`${sql.raw(direction)} nulls last`; db.selectFrom('table') .orderBy(order, orderNullsLast(direction)) ```

Same here, this is impossible to work with, disabling Fig until this is fixed