Message-ID: From: "mEkdal (@mEkdal)" To: "pgjdbc/pgjdbc" Date: Thu, 29 May 2025 11:27:45 +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: 2919112227 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-2919112227 Content-Type: text/plain; charset=utf-8 I suppose you are right. I will use this order: int resultSetType, int resultSetConcurrency, int resultSetHoldability I think I copied it from a google hit way back, so I suppose more persons will have problem when the order is enforced, I found I have about 35 programs to change, no big deal. Thanks