TDecimal fix
This commit is contained in:
@@ -41,13 +41,13 @@ type
|
||||
class function FromDateTime(AValue: TDateTime): TScalarValue; static; inline;
|
||||
class function FromTimestamp(AValue: TTimestamp): TScalarValue; static; inline;
|
||||
class function FromBoolean(AValue: Boolean): TScalarValue; static; inline;
|
||||
class function FromDecimal(AValue: TDecimal): TScalarValue; static; inline;
|
||||
class function FromChar(AValue: Char): TScalarValue; static; inline;
|
||||
class function FromPChar(const AValue: String): TScalarValue; overload; static; inline;
|
||||
class function FromPChar(const AValue: TScalarPChar): TScalarValue; overload; static; inline;
|
||||
class function FromString(const AValue: String): TScalarValue; overload; static; inline;
|
||||
class function FromString(const AValue: TScalarString): TScalarValue; overload; static; inline;
|
||||
class function FromBytes(const AValue: TScalarBytes): TScalarValue; static; inline;
|
||||
class function FromDecimal(AValue: TDecimal): TScalarValue; static; inline;
|
||||
|
||||
// Direct field access for performance.
|
||||
case TScalarKind of
|
||||
|
||||
Reference in New Issue
Block a user