PostgreSQL has case sensitivity and converts column names to lowercase when trying to do an Active Record Query. An error like the one below will occur:
In order to solve this problem just escape quotes, likes this:
Problem fixed!
PostgreSQL has case sensitivity and converts column names to lowercase when trying to do an Active Record Query. An error like the one below will occur:
In order to solve this problem just escape quotes, likes this:
Problem fixed!