Message-ID: From: "monclaf (@monclaf)" To: "pgjdbc/pgjdbc" Date: Mon, 18 Aug 2025 16:03:32 +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: monclaf X-GitHub-Comment-Id: 3197529644 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3731 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3731#issuecomment-3197529644 Content-Type: text/plain; charset=utf-8 Hi @davecramer, I was able to reproduce the issue with version v42.7.4 by setting values 'preserve' in property value : `` In fact the default schema case value is : "lower". So if I use this value with this property in v42.7.4 it works, but after this version is not work anymore. Do you have an idea why, by setting whatever value to schemaCase the issue happend from newer version than v42.7.4 ? Thanks, Fred