Re: BUG #14467: Insertion Issue with Hibernate

From: Johannes Lochmann <johannes(dot)lochmann(at)topcontrol(dot)it>
To: "rkumar(at)obopay(dot)com" <rkumar(at)obopay(dot)com>, "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #14467: Insertion Issue with Hibernate
Date: 2016-12-15 13:46:19
Message-ID: B0587F4C289A9E4AA474087E2B7E1579793BC2AB75@srv01.topcontrol.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi,

could it be that you are using case sensitive identifiers by any chance?

https://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS

Best regards,

Johannes

----Ursprüngliche Nachricht-----
Von: pgsql-bugs-owner(at)postgresql(dot)org [mailto:pgsql-bugs-owner(at)postgresql(dot)org] Im Auftrag von rkumar(at)obopay(dot)com
Gesendet: Thursday, 15 December, 2016 11:28 AM
An: pgsql-bugs(at)postgresql(dot)org
Betreff: [BUGS] BUG #14467: Insertion Issue with Hibernate

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.

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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Mark Kirkwood 2016-12-16 07:18:38 Re: pg_dump's results have quite different size
Previous Message Andreas 2016-12-15 12:32:32 Re: Fwd: PgAdmin3 Crash on Server Reset: Segmentation Fault