Message-ID: From: "mEkdal (@mEkdal)" To: "pgjdbc/pgjdbc" Date: Tue, 12 Nov 2024 15:10:25 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3426: 42.7.4 introduced error when binding java.io.FileInputStream In-Reply-To: References: List-Id: X-GitHub-Author-Login: mEkdal X-GitHub-Comment-Id: 2470793710 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3426 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3426#issuecomment-2470793710 Content-Type: text/plain; charset=utf-8 Your program works with both 42.7.3 and 42.7.4 in my environment. I have tweak the program a bit and the new test program only works with 42.7.3 and older. The Statement causing the problem is one I have used a lot in many programs. so I wold prefer not to rewrite all of them