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.
