Fix lessThan operator not applying column case (#7624)

Our postgres column naming convention is camelCase ; this forces SQL
queries to wrap column names with double quotes.

We previously forgot the quotes in a filter parsing case
This commit is contained in:
Charles Bochet
2024-10-13 11:35:26 +02:00
committed by GitHub
parent b792d2a4d3
commit d252a23d04

Diff Content Not Available