Skip to content

Commit 0ad31b8

Browse files
azevaykinGazizonoki
authored andcommitted
Moved commit "Remove default decimal parameters in C++ SDK" from ydb repo
1 parent e3b9151 commit 0ad31b8

File tree

1 file changed

+1
-1
lines changed
  • include/ydb-cpp-sdk/client/value

1 file changed

+1
-1
lines changed

include/ydb-cpp-sdk/client/value/value.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ class TTypeBuilder : public TMoveOnly {
224224
struct TDecimalValue {
225225
std::string ToString() const;
226226
TDecimalValue(const Ydb::Value& decimalValueProto, const TDecimalType& decimalType);
227-
TDecimalValue(const std::string& decimalString, uint8_t precision = 22, uint8_t scale = 9);
227+
TDecimalValue(const std::string& decimalString, uint8_t precision, uint8_t scale);
228228

229229
TDecimalType DecimalType_;
230230
uint64_t Low_;

0 commit comments

Comments
 (0)