Message-ID: From: "crowmagnumb (@crowmagnumb)" To: "pgjdbc/pgjdbc" Date: Sat, 26 Oct 2024 19:09:07 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3396: SQLData Support In-Reply-To: References: List-Id: X-GitHub-Author-Login: crowmagnumb X-GitHub-Comment-Id: 2439697726 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-2439697726 Content-Type: text/plain; charset=utf-8 @visi @davecramer OK, Now I added in some auto-conversion of types getObject(T[]) that the impossibl driver handles. BUT I'm still having another issue with CheckerFramework that I just can't figure out how to handle. But it is with the weird java.lang.reflect code that I have to use because I can't seem to figure out how to get a generic version of an Array any other way. Also I tried to implement SQLInput.readArray() but as I guessed there is a problem with the oid so I've commented that out and made it again. Not implemented. NOTE: I don't use this in my code anywhere (I use the above getObject(T[]) instead, but I thought for completeness it would be nice. So if anyone has any ideas there.