sql: fix truncation of DECIMAL in implicit cast
In case the DECIMAL value is implicitly cast to INTEGER during a search using an index, it was possible that DECIMAL would be truncated, which is not correct according to the implicit cast rules. This patch removes this truncation. Part of #6485
Loading
Please register or sign in to comment