Skip to content

Commit f6b6e73

Browse files
maesenkabeikov
authored andcommitted
HHH-15293 BYTES column type in CockroachDB does not support a length specification
1 parent 6e98dad commit f6b6e73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hibernate-core/src/main/java/org/hibernate/dialect/CockroachDialect.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ protected String columnType(int sqlTypeCode) {
127127

128128
case BINARY:
129129
case VARBINARY:
130-
return "bytes($l)";
131130
case BLOB:
132131
return "bytes";
133132

0 commit comments

Comments
 (0)