[jOOQ/jOOQ#8284] Emulate label-less iterate and leave in DB2, HSQLDB, MariaDB, MySQL

This commit is contained in:
Lukas Eder 2021-02-09 10:59:34 +01:00
parent 2894896386
commit 73eff4ca00
5 changed files with 94 additions and 0 deletions

View File

@ -120,6 +120,27 @@ package org.jooq.impl;

View File

@ -121,6 +121,27 @@ package org.jooq.impl;

View File

@ -334,6 +334,40 @@ package org.jooq.impl;

View File

@ -95,6 +95,17 @@ enum ScopeMarker {

View File

@ -669,6 +669,13 @@ final class Tools {