mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Update StoragePostgreSQL.cpp
This commit is contained in:
parent
8a7af3bc23
commit
661524e3d0
@ -151,7 +151,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
inserter->stream.write_values(row); // NOLINT
|
||||
inserter->stream.write_values(row);
|
||||
}
|
||||
}
|
||||
|
||||
@ -273,7 +273,7 @@ private:
|
||||
StreamTo(pqxx::connection & connection, pqxx::table_path table_, Names columns_)
|
||||
: tx(connection)
|
||||
, columns(std::move(columns_))
|
||||
, stream(pqxx::stream_to::raw_table(tx, connection.quote_table(table_), connection.quote_columns(columns))) // NOLINT
|
||||
, stream(pqxx::stream_to::raw_table(tx, connection.quote_table(table_), connection.quote_columns(columns)))
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user