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: