[jOOQ/jOOQ#7106] Add CockroachDB support

This commit is contained in:
Lukas Eder 2023-01-03 21:37:59 +01:00
parent 64c4ef7fae
commit 202d221994

View File

@ -84,6 +84,7 @@ implements
public final void accept(Context<?> ctx) {
switch (ctx.family()) {
case POSTGRES:
case YUGABYTEDB: {
// [#7106] PostgreSQL blocks can't start new transactions