Hello, Thanks for your message. Would you mind showing your jOOQ code?
Cheers, Lukas On Tue, Jul 2, 2019 at 3:25 PM <[email protected]> wrote: > 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 > <https://groups.google.com/d/msgid/jooq-user/d0f974e2-b922-49b3-866c-db6c915e8fb5%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAB4ELO6F6yVSaSxEUmmCxabzpqCy8QG6gA_6bquTn9-FCmtDwQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
