When deleting rows, PostgreSQL apparently returns some sort of command tag <http://www.postgresql.org/docs/9.3/static/sql-delete.html> that contains the number of rows deleted. Others have noted <http://stackoverflow.com/q/2251567/421049> that PostgreSQL has a special variable <http://www.postgresql.org/docs/devel/static/plpgsql-statements.html> named FOUND that will indicate whether DELETE affected any rows.
Is there any way for jOOQ's DELETE statement <http://www.jooq.org/doc/3.4/manual/sql-building/sql-statements/delete-statement/> to allow access to this information, or to otherwise provide whether any rows were deleted after the operation completes? Thanks. -- 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.
