mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Update JSONEachRowRowOutputFormat.h
This commit is contained in:
parent
e568b16e02
commit
6ec559f103
@ -26,8 +26,8 @@ public:
|
||||
public:
|
||||
/// Content-Type to set when sending HTTP response.
|
||||
String getContentType() const override
|
||||
{
|
||||
return settings.json.array_of_rows ? "application/json; charset=UTF-8" : IRowOutputFormat::getContentType();
|
||||
{
|
||||
return settings.json.array_of_rows ? "application/json; charset=UTF-8" : IRowOutputFormat::getContentType();
|
||||
}
|
||||
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user