Hi,

I was using Qt 4.4.3 before and switched to 4.6.1. Now my tables are unable to load from Postgres. I figured out this is because the upper-case letters are being ignored when doing a select() or submitAll(). When I change all the table names to lower-case everything works fine. This problem doesn't occur with SQLite. In 4.4.3 it all worked fine. What changed? Is it possible to make it work with both lower and uppercase table names?