Is it an typo error? According to document, the default of LargeIntPrecision should be 18?var
SmallintPrecision: integer = 0;
IntegerPrecision: integer = 9;
LargeIntPrecision: integer = 0; // default of LargeIntPrecision is 0 not 18?
FloatPrecision: integer = 15;
BCDPrecision: string = '14,4';
defualt LargeIntPrecision is 0 or 18?
defualt LargeIntPrecision is 0 or 18?
When I check the source code of Oraclass.pas (v6.90.0.59),