Re: Error when using the jdbcType NVARCHAR with H2


mwhesse@...
 

A committer on the H2 project suggested that "Actually JDBC metadata is not a reliable source of information in all or almost all drivers, don't trust it.". [1]

Maybe the person is right and we should just do what we think H2 can do, not what H2 actually tells us? In the case of H2 that would mean to not ask the driver I guess?

[1] https://github.com/h2database/h2database/issues/3050

Join {main@datanucleus.groups.io to automatically receive all group messages.