Skip to content
Snippets Groups Projects
Commit aa4a2de6 authored by Ivan Koptelov's avatar Ivan Koptelov Committed by Kirill Yukhin
Browse files

sql: forbid diff. sorting orders in ORDER BY + LIMIT

Without multi-directional iterators (to be introduced in #3309)
ORDER BY + LIMIT with different specified ordered leads to wrong
result. So for now (till #3309 is resolved) different sort
orders are forbidden in ORDER BY + LIMIT.

Close #4038

@TarantoolBot document
Title: different sorting orders in ORDER BY are forbidden now
The error will be raised if different sorting orders are
encountered.
parent 3abd5926
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment