Closed peter-olom closed 7 months ago
@peter-olom that's true. We don't support camel case now. Overall, postgres doesn't like using camel case. In order to use camel case in porstgres you would need to wrap tables, fields in double quotes which is not so native. Maybe in future we will add support of it, but not for now.
Describe the bug Camelcase properties get generated as lowercase in the filter output e.g adminHome -> adminhome
To Reproduce Steps to reproduce the behavior:
adminhome
is not a valid column should throwExpected behavior Should work just like the non-camel cased columns.
Desktop (please complete the following information):