Hi, https://sourceforge.net/apps/trac/jooq/ticket/1446
That ticket is interesting. I recently introduced an embedded in-memory H2 DB in our product and I got bitten in some cases by the fact that I was trying to convert an empty string to a number. This is not legal of course and allowed me to find a bug (I wanted to store NULL instead of empty string). Your ticket seems to imply that you took a different approach: silently ignoring the type incompatibility and return null instead. Am I missing something? Cheers, -Christopher
