Обсуждение: Issues with mixedCase columns

Поиск
Список
Период
Сортировка

Issues with mixedCase columns

От
Louis Brauer
Дата:
Hi there!

I've a legacy table with the following columns:

id
group
createdAt

When issuing a query using PG ODBC with Visual Studio, the "group" column gettings properly quoted, but "createdAt"
not,so the query fails with "ERROR: column "createdat" does not exist. 

Is that an issue with the ODBC driver or Visual Studio?

- Louis