[jOOQ/jOOQ#9650] Add support for the Snowflake database

- Support for DATEDIFF()
- Support SET SCHEMA and SET CATALOG
- Support omittable sequence flags
This commit is contained in:
Lukas Eder 2021-06-01 17:24:46 +02:00
parent 46519da6ec
commit 93166e77ef
2 changed files with 5 additions and 0 deletions

View File

@ -102,6 +102,10 @@ extends
case DERBY:
case H2:
case HSQLDB:

View File

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