mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
dbms: added comment [#METR-15790].
This commit is contained in:
parent
3f52d7d509
commit
248dec8194
@ -455,6 +455,7 @@ inline void readDateTimeText(time_t & datetime, ReadBuffer & buf)
|
||||
buf.position() += 19;
|
||||
}
|
||||
else
|
||||
/// Почему не readIntTextUnsafe? Дело в том, что для нужд AdFox, поддерживается парсинг unix timestamp с отбивкой нулями: 000...NNNN.
|
||||
readIntText(datetime, buf);
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user