Skip to content
Snippets Groups Projects
Commit 72ce442c authored by Roman Khabibov's avatar Roman Khabibov Committed by Nikita Pettik
Browse files

sql: fix sorting rules for values of SCALAR type

Function implementing comparison during VDBE sorting routine
(sqlVdbeCompareMsgpack) did not account values of boolean type in some
cases. Let's fix it so that booleans always precede numbers if they are
sorted in ascending order.

Closes #4697
parent d6d69c9f
No related branches found
No related tags found
Loading
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