Message-ID: From: "crowmagnumb (@crowmagnumb)" To: "pgjdbc/pgjdbc" Date: Wed, 23 Oct 2024 02:06:00 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3396: SQLData Support In-Reply-To: References: List-Id: X-GitHub-Author-Login: crowmagnumb X-GitHub-Comment-Id: 2430670615 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3396 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3396#issuecomment-2430670615 Content-Type: text/plain; charset=utf-8 Thanks @binoverfl0w ! I've started implementing your suggestions while also trying to figure out a better solution for the array issue. Which has lead me to include code on trying to solve the issue where we want to read directly an array of objects implementing SQLData. But again I'm getting super frustrated with the enableCheckerframework. I honestly can't understand what it's trying to tell me or complain about. :(