BUG #14467: Insertion Issue with Hibernate

From: rkumar(at)obopay(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14467: Insertion Issue with Hibernate
Date: 2016-12-15 10:28:18
Message-ID: 20161215102818.13333.49629@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14467
Logged by: Rahul Kumar
Email address: rkumar(at)obopay(dot)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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Andreas 2016-12-15 12:32:32 Re: Fwd: PgAdmin3 Crash on Server Reset: Segmentation Fault
Previous Message Tom Lane 2016-12-14 15:00:52 Re: BUG #14466: can with recursive query add LOOPth variable?