sql: do not truncate DECIMAL in LIMIT and OFFSET
This patch removes the DECIMAL truncation in LIMIT and OFFSET, because according to the implicit casting rules, DECIMAL with digits after the decimal point cannot be implicitly cast to INTEGER. Closes #6485
Showing
Loading
Please register or sign in to comment