[jOOQ/jOOQ#12315] Wrong procedure declaration generated in MySQL when using IN parameters with VARCHAR(length) types

This commit is contained in:
Lukas Eder 2021-08-18 10:42:17 +02:00
parent f52149c19f
commit 2cd86dfd65
4 changed files with 8 additions and 2 deletions

View File

@ -15,4 +15,4 @@ Before asking your question, please check out the FAQ too: https://www.jooq.org/
- Java:
- Database (include vendor):
- OS:
- JDBC Driver (include name if inofficial driver):
- JDBC Driver (include name if inofficial driver):

View File

@ -322,6 +322,5 @@ package org.jooq.impl;

View File

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

View File

@ -144,6 +144,11 @@ final class ParameterImpl<T> extends AbstractField<T> implements Parameter<T> {