Why this ORDER BY with push_bind doesn't work? #2263
Unanswered
frederikhors
asked this question in
Q&A
Replies: 1 comment
-
When you use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using the below code but the
ORDER BY
is not respected, I would like to understand why:The order of
nodes
is the same whether direction (ASC/DESC) changes or not.If I use
query.push(col)
instead ofquery.push_bind(col)
it works.Shouldn't I use
push_bind()
?Beta Was this translation helpful? Give feedback.
All reactions