in reply to Re^2: DBI/DBD::Pg changing my sql query somehow?
in thread DBI/DBD::Pg changing my sql query somehow?

Mostly because someone unwisely created the table with mixed-case column names.

It's even worse than that. Someone created the table with column names arbitrarily scattered between camelCase and snake_case. That's just inviting doom.


🦛

  • Comment on Re^3: DBI/DBD::Pg changing my sql query somehow?