3.7.4: the same result 3.8.4: failing on "store" org.jooq.exception.NoDataFoundException: Exactly one row expected for refresh. Record does not exist in database. at org.jooq.impl.UpdatableRecordImpl.refresh(UpdatableRecordImpl.java:342) at org.jooq.impl.TableRecordImpl.getReturningIfNeeded(TableRecordImpl.java:218) at org.jooq.impl.TableRecordImpl.storeInsert0(TableRecordImpl.java:194) at org.jooq.impl.TableRecordImpl$1.operate(TableRecordImpl.java:155) at org.jooq.impl.RecordDelegate.operate(RecordDelegate.java:128) at org.jooq.impl.TableRecordImpl.storeInsert(TableRecordImpl.java:151) at org.jooq.impl.UpdatableRecordImpl.store0(UpdatableRecordImpl.java:195) at org.jooq.impl.UpdatableRecordImpl.access$000(UpdatableRecordImpl.java:85) at org.jooq.impl.UpdatableRecordImpl$1.operate(UpdatableRecordImpl.java:135) at org.jooq.impl.RecordDelegate.operate(RecordDelegate.java:128) at org.jooq.impl.UpdatableRecordImpl.store(UpdatableRecordImpl.java:131) at org.jooq.impl.UpdatableRecordImpl.store(UpdatableRecordImpl.java:123)
On Monday, August 22, 2016 at 8:33:34 PM UTC+3, Lukas Eder wrote: > > > > 2016-08-22 7:10 GMT+01:00 Volodymyr Mudryk <[email protected] > <javascript:>>: > >> >> I'm using versions: >> JOOQ - 3.7.2 >> MySQL Connector Java - 5.1.37 >> MySQL - 5.6.16 >> > > Hmm, have you tried upgrading to the latest jOOQ version 3.8.4 (or 3.7.4 > on your minor release)? > -- 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.
