Re: Error when using the jdbcType NVARCHAR with H2


mwhesse@...
 

Yes H2 does indeed claim support for NVARCHAR:

https://h2database.com/html/datatypes.html?highlight=NVARCHAR&search=NVARCHAR#varchar_type

But it fails to expose it via it's JDBC driver as supported JDBC Type.

Ok thanks on the hint with the custom adapter, we will try that approach and if it works we will submit a PR.

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