[jOOQ/jOOQ#16524] Add SQL Server support

This commit is contained in:
Lukas Eder 2024-04-02 11:17:22 +02:00
parent 0c97920c81
commit 0ac9d0eff5
2 changed files with 4 additions and 0 deletions

View File

@ -95,6 +95,7 @@ implements
return false;
case H2:
case HSQLDB:
return false;
@ -122,6 +123,7 @@ implements
break;
case H2:
case HSQLDB:
ctx.visit(DSL.cast(bytes, UUID));

View File

@ -95,6 +95,7 @@ implements
return false;
case H2:
case HSQLDB:
return false;
@ -122,6 +123,7 @@ implements
break;
case H2:
case HSQLDB:
ctx.visit(DSL.cast(uuid, BINARY(16)));