Hi all, following update example on jOOQ website (http://www.jooq.org/doc/2.6/manual/sql-building/sql-statements/update-statement/) nothing happens on my db:
Factory create = new Factory(conn, SQLDialect.MYSQL); > create.update(TABLE) > .set(TABLE.FIELD1, (byte)0) > .where(TABLE.FIELD1.greaterOrEqual((byte)3) ); > Could someone help me with this issue? Best regards, Riccardo -- 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/groups/opt_out.
