Skip to content

Commit 7de8b8d

Browse files
tshevEnmk
authored andcommitted
[Issue-36] Use Int64 for datetime, add tests for DateTime64, and getters for Decimals and DateTime64
1 parent 629cd32 commit 7de8b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse/columns/date.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ ColumnDateTime64::ColumnDateTime64(size_t precision)
120120

121121

122122
void ColumnDateTime64::Append(const Int64& value) {
123-
// TODO: we need a type, which represents datetime
123+
// TODO: we need a type, which safely represents datetime.
124124
// The precision of Poco.DateTime is not big enough.
125125
data_->Append(value);
126126
}

0 commit comments

Comments
 (0)