Message-ID: From: "davecramer (@davecramer)" To: "pgjdbc/pgjdbc" Date: Fri, 20 Dec 2024 10:20:47 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3462: Next Method of PgResultSet Throws NullPointerException Instead of SQLException In-Reply-To: References: List-Id: X-GitHub-Author-Login: davecramer X-GitHub-Comment-Id: 2556702345 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3462 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3462#issuecomment-2556702345 Content-Type: text/plain; charset=utf-8 `Actually, each thread uses new ResultSet and Statement objects as these are local variables.` Are you sharing connections across threads ?