[BUGS] BUG #14467: Insertion Issue with Hibernate

Поиск
Список
Период
Сортировка
От rkumar@obopay.com
Тема [BUGS] BUG #14467: Insertion Issue with Hibernate
Дата
Msg-id 20161215102818.13333.49629@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: [BUGS] BUG #14467: Insertion Issue with Hibernate  (Johannes Lochmann <johannes.lochmann@topcontrol.it>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      14467
Logged by:          Rahul Kumar
Email address:      rkumar@obopay.com
PostgreSQL version: 9.3.11
Operating system:   Windows XP
Description:

I am using PostgreSQL with Hibernate.
In Hibernate Mapping file one table is configured which is present in the
Database. If the name of the Primary Key column is provided in CAPITAL
letters, then while insertion to that table causes issue.
like :
Caused by: org.postgresql.util.PSQLException: ERROR: column "CUST_ID" does
not exist

Other operations e.g. Retrieve, Update are working fine.



--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] BUG #14466: can with recursive query add LOOPth variable?
Следующее
От: Johannes Lochmann
Дата:
Сообщение: Re: [BUGS] BUG #14467: Insertion Issue with Hibernate