We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f75af commit 98a4847Copy full SHA for 98a4847
google/cloud/bigtable/internal/data_connection_impl.cc
@@ -626,7 +626,7 @@ StatusOr<bigtable::PreparedQuery> DataConnectionImpl::PrepareQuery(
626
request.set_app_profile_id(app_profile_id(*current));
627
request.set_query(params.sql_statement.sql());
628
for (auto const& p : params.sql_statement.params()) {
629
- request.mutable_param_types()->insert(
+ request.mutable_param_types()->emplace(
630
std::make_pair(p.first, p.second.type()));
631
}
632
auto response = google::cloud::internal::RetryLoop(
0 commit comments