Message-ID: From: "aditsu (@aditsu)" To: "pgjdbc/pgjdbc" Date: Tue, 10 Mar 2026 16:59:02 +0000 Subject: Re: [pgjdbc/pgjdbc] issue #3926: ResultSetMetaData.getColumnClassName is broken for jsonb In-Reply-To: References: List-Id: X-GitHub-Author-Login: aditsu X-GitHub-Comment-Id: 4032998014 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3926 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/issues/3926#issuecomment-4032998014 Content-Type: text/plain; charset=utf-8 @dkozlov-de I fully agree, I would only add that I think json and jsonb should be handled in a similar fashion by the driver. Either both PGobject (my preference) or both String (also acceptable).