Message-ID: From: "fladi (@fladi)" To: "pgjdbc/pgjdbc" Date: Thu, 20 Feb 2025 19:34:55 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #2694: the url is invalid In-Reply-To: References: List-Id: X-GitHub-Author-Login: fladi X-GitHub-Comment-Id: 2672491944 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 2694 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/2694#issuecomment-2672491944 Content-Type: text/plain; charset=utf-8 You are right, I created a new Connection in DBeaver using `%2f` and now it worked. For my first attempt I created a connection with `/` in the DB name and only changed it to `%2f` once I saw the remark in the documentation. So it is more of a DBeaver issue that it kept the original DB name somewhere.