jooq/jOOQ-refaster
Knut Wannheden 7365e753ae [jOOQ/jOOQ#5218] Support flags for all lock modes
The DSL API supports all of PostgreSQL's lock modes (`UPDATE`, `NO KEY
UPDATE`, `SHARE`, and `KEY SHARE`) and now also supports the `OF`
clauses and `WAIT`, `NOWAIT`, and `SKIP LOCKED` clauses for all lock
modes. Previously the DSL API did not support these clauses for the
`SHARE` mode and for all other modes the rendered SQL would always end
up using the `UPDATE` lock mode.

Whether a particular lock mode and clause combination is supported,
depends on the SQL dialect.

On the `SelectQuery` API the methods
`setForUpdate[Of|Wait|NoWait|SkipLocked]()` have all been marked as
deprecated in favor of the new methods
`setForLockMode[Of|Wait|NoWait|SkipLocked]()`.
2020-02-28 12:21:45 +01:00
..
.gitignore [jOOQ/jOOQ#9825] Include jooq-refaster in builds 2020-02-19 14:42:00 +01:00
all.refaster [jOOQ/jOOQ#5218] Support flags for all lock modes 2020-02-28 12:21:45 +01:00
deprecation.refaster [jOOQ/jOOQ#5218] Support flags for all lock modes 2020-02-28 12:21:45 +01:00
performance.refaster [jOOQ/jOOQ#9825] Resynchronize .refaster files as binary files 2020-02-20 15:21:04 +01:00
pom.xml [#282] Stop removing trailing spaces outside delimited code regions 2020-02-20 12:20:19 +01:00