Message-ID: From: "monclaf (@monclaf)" To: "pgjdbc/pgjdbc" Date: Tue, 19 Aug 2025 16:04:05 +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: 3201344785 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-3201344785 Content-Type: text/plain; charset=utf-8 Yes, this is there bug. But I think there is a risk of bug by comparing "current_database()" and "catalog" because it will not work if case is forced to 'lower' or 'upper' and database name is not the same or a mix of both, don't you ? Fred