Message-ID: From: "crowmagnumb (@crowmagnumb)" To: "pgjdbc/pgjdbc" Date: Wed, 09 Oct 2024 18:54:01 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3396: SQLData Support In-Reply-To: References: List-Id: X-GitHub-Author-Login: crowmagnumb X-GitHub-Comment-Id: 2403118587 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-2403118587 Content-Type: text/plain; charset=utf-8 > have you looked at #3306 Yes, of course because I've commented on it. :) But I didn't look too carefully at it yet, and I had already built this code in my own work for Happywhale. I'll see what I can do to compare and merge these 2 ideas. > > > have you looked at #3306 > > > > > > Yes, of course because I've commented on it. :) But I didn't look too carefully at it yet, and I had already built this code in my own work for Happywhale. I'll see what I can do to compare and merge these 2 ideas. > > Excellent, thanks! OK, as I thought, these are independent from one another. That pull request deals with supporting java.sql.Struct and I'm dealing with supporting java.sql.SQLData. So I believe these to be completely separate.