[jOOQ/jOOQ#12315] Wrong procedure declaration generated in MySQL when using IN parameters with VARCHAR(length) types
This commit is contained in:
parent
f52149c19f
commit
2cd86dfd65
2
.github/ISSUE_TEMPLATE/question.md
vendored
2
.github/ISSUE_TEMPLATE/question.md
vendored
@ -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):
|
||||
@ -322,6 +322,5 @@ package org.jooq.impl;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -304,6 +304,8 @@ package org.jooq.impl;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -144,6 +144,11 @@ final class ParameterImpl<T> extends AbstractField<T> implements Parameter<T> {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user