New HSQLDB requires length for VARBINARY.
This commit is contained in:
@@ -282,7 +282,7 @@ public class HSQLBuilder
|
|||||||
return "TIMESTAMP";
|
return "TIMESTAMP";
|
||||||
}
|
}
|
||||||
public String getBlobType (int length) {
|
public String getBlobType (int length) {
|
||||||
return "VARBINARY";
|
return "VARBINARY(" + length + ")";
|
||||||
}
|
}
|
||||||
public String getClobType (int length) {
|
public String getClobType (int length) {
|
||||||
return "VARCHAR";
|
return "VARCHAR";
|
||||||
|
|||||||
Reference in New Issue
Block a user