Sven Klemm 396dd0cb11 Fix compressed DML with constraints of form value OP column
UPDATE/DELETE operations with constraints where the column is on the
right side of the expression and the value on the left side e.g.
'a' > column were not handled correctly when operating on compressed chunks.
2024-04-29 09:17:51 +02:00

2 lines
73 B
Plaintext

Fixes: #6869 Fix compressed DML with constraints of form value OP column