[jOOQ/jOOQ#16287] Support USE
This commit is contained in:
parent
d8f5e21fb0
commit
69cb330ca6
@ -111,6 +111,7 @@ implements
|
||||
|
||||
|
||||
case DERBY:
|
||||
case DUCKDB:
|
||||
case H2:
|
||||
case HSQLDB:
|
||||
case MARIADB:
|
||||
|
||||
@ -109,6 +109,7 @@ implements
|
||||
|
||||
|
||||
|
||||
case DUCKDB:
|
||||
case MARIADB:
|
||||
case MYSQL:
|
||||
ctx.visit(K_USE).sql(' ').visit(schema);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user