|
@@ -477,7 +477,7 @@ begin
|
|
|
size1 := 255; //sql: if length is omitted then length is 1
|
|
|
size2 := 0;
|
|
|
ExtractPrecisionAndScale(FD, size1, size2);
|
|
|
- if size1 > dsMaxStringSize then size1 := dsMaxStringSize;
|
|
|
+ if size1 > MaxSmallint then size1 := MaxSmallint;
|
|
|
end;
|
|
|
ftBCD: begin
|
|
|
size2 := MaxBCDPrecision; //sql: if a precision is omitted, then use implementation-defined
|