This commit is contained in:
Lukas Eder 2024-02-15 15:35:43 +01:00
parent d8f5e21fb0
commit 69cb330ca6
2 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,7 @@ implements
case DERBY:
case DUCKDB:
case H2:
case HSQLDB:
case MARIADB:

View File

@ -109,6 +109,7 @@ implements
case DUCKDB:
case MARIADB:
case MYSQL:
ctx.visit(K_USE).sql(' ').visit(schema);