Hey the metrics seem to be unusable because case i...
# announcements
b
Hey the metrics seem to be unusable because case isn't respected. Our ORM (prisma) stores table names with pascal case (for some reason). When I try to select a table or build a query (even if I write raw sequel) I am unable to query anything that is PascalCase. I am able to query some lower case table names (meta data)
e.g.
f
what database are you using?
You might need to add double quotes around your table names
b
postgresql
Yeah I can do that and write raw sql instead of using the query builder