You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Postgres does not like uppercase letters. It translate all to lowercase.
So.. when you use native SQL and want to inject a filter into the query. It does not recognize it because of this translation.
That's why is better to use lower case letters in Postgres database column names .
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Postgres does not like uppercase letters. It translate all to lowercase.
So.. when you use native SQL and want to inject a filter into the query. It does not recognize it because of this translation.
That's why is better to use lower case letters in Postgres database column names .
Beta Was this translation helpful? Give feedback.
All reactions