[jOOQ/jOOQ#13202] SQL Server CREATE TABLE statement should generate VARBINARY(MAX) for BLOB

This commit is contained in:
Lukas Eder 2022-03-03 16:49:30 +01:00
parent e8cb81be5d
commit e640e3ea31

View File

@ -67,6 +67,7 @@ import static org.jooq.SQLDialect.MYSQL;
import static org.jooq.SQLDialect.POSTGRES;
// ...
// ...
// ...
import static org.jooq.SQLDialect.SQLITE;
// ...
// ...
@ -964,6 +965,8 @@ final class Tools {
// ------------------------------------------------------------------------
// XXX: Record constructors and related methods
// ------------------------------------------------------------------------
@ -5511,6 +5514,9 @@ final class Tools {
else
ctx.sql(typeName);