[jOOQ/jOOQ#10334] MySQLRoutineDefinition uses HSQLDB's INFORMATION_SCHEMA.PARAMETERS table, not MySQL's
This commit is contained in:
parent
4e140b7062
commit
528c3d9434
@ -39,7 +39,7 @@
|
||||
package org.jooq.meta.mysql;
|
||||
|
||||
import static java.util.Arrays.asList;
|
||||
import static org.jooq.meta.hsqldb.information_schema.Tables.PARAMETERS;
|
||||
import static org.jooq.meta.mysql.information_schema.Tables.PARAMETERS;
|
||||
|
||||
import java.util.regex.Matcher;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user