Skip to content

Commit 8cddf8c

Browse files
committed
Added ftWideMemo to blob field type list.
1 parent ca5f34e commit 8cddf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/PMapper/Validator/BoldDbStructureValidator.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ procedure TBoldDbStructureValidator.ValidateColumn(
127127
sColumnSizeMismatch = 'Column %s in table %s has wrong size %d, should be %d';
128128
sColumnAllowsNull = 'Column %s in table %s allows null but the model does not';
129129
sColumnNotAllows = 'Column %s in table %s does not allow null but the model does';
130-
BlobFieldTypes = [{$IFDEF BOLD_DELPHI15_OR_LATER}ftStream,{$ENDIF} ftBlob..ftTypedBinary, ftOraBlob, ftOraClob];
130+
BlobFieldTypes = [{$IFDEF BOLD_DELPHI15_OR_LATER}ftStream,{$ENDIF} ftBlob..ftTypedBinary, ftWideMemo, ftOraBlob, ftOraClob];
131131
begin
132132
TableName := BoldSQLColumnDescription.tableDescription.SQLName;
133133
ColumnName := BoldSQLColumnDescription.SQLName;

0 commit comments

Comments
 (0)