Hi, When doing a select statement via a H2 link to a MySQL database we are getting the following error.
Error: '18446744073709551615' in column '3' is outside valid range for the datatype BIGINT. [0-147] SQLState: 22003 ErrorCode: 0 I assume that this is because an unsigned BIGINT from MySQL does not have a corresponding type within H2 and it throws an error. Has anyone had this type error before and perhaps have a good workaround or perhaps a fix? Cheers, James -- 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.
