This has been bothering me for a while, and I can\'t arrive at a solution that feels right...
Given an OO language in which the usual naming convention for object
If your columns in the PostgreSQL are with underscores, you can put aliases but with doule-quotes.
PostgreSQL
underscores
Example :
SELECT my_column as "myColumn" from table;