mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 05:32:52 +00:00
make NULL case consistent w/FieldVisitorToString
This commit is contained in:
parent
7c8d17045c
commit
6b9d1f67a3
@ -452,7 +452,7 @@ template <> bool decimalLessOrEqual(DateTime64 x, DateTime64 y, UInt32 x_scale,
|
|||||||
|
|
||||||
inline void writeText(const Null &, WriteBuffer & buf)
|
inline void writeText(const Null &, WriteBuffer & buf)
|
||||||
{
|
{
|
||||||
writeText(std::string("Null"), buf);
|
writeText(std::string("NULL"), buf);
|
||||||
}
|
}
|
||||||
|
|
||||||
String toString(const Field & x)
|
String toString(const Field & x)
|
||||||
|
Loading…
Reference in New Issue
Block a user