From d252a23d0401abe9dd6f9678b4f5530cff5e02b5 Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Sun, 13 Oct 2024 11:35:26 +0200 Subject: [PATCH] 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