Include order_by clause
Closed this issue · 1 comments
heynemann commented
Add the order_by clause to the factory and support it in the queries. Order by should use NameExpressions if the specified fields are strings and ExpressionParser otherwise.
i.e.:
From(col).where("item.age > 12").order_by("age")