[jOOQ/jOOQ#13202] SQL Server CREATE TABLE statement should generate VARBINARY(MAX) for BLOB
This commit is contained in:
parent
e8cb81be5d
commit
e640e3ea31
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user