Hi Guys,
  I am using JOOQ library in my Java project to perform JDBC-based 
integrations with various databases.  For MySQL, I have a table defined as 
follows:
     CREATE TABLE T1 (C1 smallint, C2 int, C3 biging);

  And I am trying to insert the values ("someString", 2, 3) into T1.  
Instead of getting error, I am surprised that the query executed 
successfully and JOOQ converted "someString" into a NULL value.

  Is there a way to configure JOOQ not to convert invalid values into NULL 
and rather throw an error?

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jooq-user/d0f974e2-b922-49b3-866c-db6c915e8fb5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to