i think the problem is in the mapping of table the definition of my primary key is :
IDMYTABLE VARCHAR(22) NOT NULL via a domain but field.getDataType().nullable => returns true and field size is 88 ???? Le vendredi 4 juillet 2014 16:15:46 UTC+2, [email protected] a écrit : > > I have debug a little bit and it try to do an update (i don't know why for > moment) > > Le vendredi 4 juillet 2014 16:09:07 UTC+2, [email protected] a écrit : >> >> Hi, >> >> my database is firebird and now when i doing that the insert don't work : >> >> record = getDsl().newRecord(MYTABLE); >> record.setState(0); >> record.store(); >> >> no warning, no error but nothing is inserted and i have a primary key on >> MYTABLE. >> >> it works fine on 3.2.2. >> >> any sugestions ? >> > -- 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]. For more options, visit https://groups.google.com/d/optout.
