Hi, > I was expecting an isSigned test on the metadata but I could not find > it.
It is documented to always return true (JdbcResultSetMetaData.java, isSigned()). > it seems to me that unsigned types > are not supported in H2 like BigInt from MySQL and that TableLinks to > such tables will result in errors as the wrong type is asked for > because the metadata is not completely interpreted. Yes, this is currently not supported. I will document it: " Data types that are not supported in H2 are also not supported for linked tables, for example unsigned data types if the value is outside the range of the signed type. In such cases, the columns needs to be cast to a supported type. " Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
