field names of the filter is always in lowercase #15
Closed
TestUE4byNurlan
started this conversation in
General
Replies: 1 comment
-
Hey! No, I don't. It was mentioned in the description that you have to use snake case fields in the db. Postgres doesn't like camel case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If the database has a field with uppercase char and you have some input with uppercase as well,
then the filter (Brackets) object returns the fields in lowercase and the database throws an error. did you have such problems with typeorm and postgresdb?
Beta Was this translation helpful? Give feedback.
All reactions