-
Hello, Recently I found a problem with Django and submitted a patch in a PR: I don't know yet Piccolo ORM details. Can someone please dump the queries of such prefetches and see if the bug is present in Piccolo ORM ? Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@LLyaudet Piccolo shouldn't have that problem because there is no default ordering and you have to explicitly use |
Beta Was this translation helpful? Give feedback.
@LLyaudet Piccolo shouldn't have that problem because there is no default ordering and you have to explicitly use
order_by
method to sort the query results. Hope that helps.