Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Thu, 31 Jul 2025 22:10:00 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3731: Entity Manager Creation issue with jdbc driver > 42.7.4 In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 3141479657 X-GitHub-Comment-Type: issue_comment X-GitHub-Edited-At: 2025-07-31T22:12:06Z X-GitHub-Issue: 3731 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3731#issuecomment-3141479657 Content-Type: text/plain; charset=utf-8 I'm not familiar with openjpa options. The delimiter they are talking about is `"` Postgres uses `"` to enforce case. Let me know how this works for you. Honestly I think it's an issue with openjpa. They should not be converting it to lowercase. See https://github.com/pgjdbc/pgjdbc/issues/3722 looks like spring has modified their code to work properly