[jOOQ/jOOQ#9190] Emulate RETURN for PROCEDURE in MariaDB, MySQL

This commit is contained in:
Lukas Eder 2021-02-01 17:13:25 +01:00
parent 5dface3df7
commit bf70da70bd
3 changed files with 10 additions and 0 deletions

View File

@ -270,6 +270,8 @@ package org.jooq.impl;

View File

@ -116,6 +116,8 @@ package org.jooq.impl;

View File

@ -594,6 +594,12 @@ final class Tools {