heynemann/pynq

Include order_by clause

Closed this issue · 1 comments

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")

Added order_by. Closed by 13aa890 and #5.