2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-16 13:32:15 +00:00

Field view

This commit is contained in:
Ruben Perez
2022-08-08 17:04:50 +02:00
parent 780b0d19e4
commit 50cd20bb7d
73 changed files with 1087 additions and 1219 deletions

View File

@@ -29,7 +29,7 @@ using namespace boost::mysql::test;
using boost::mysql::row;
using boost::mysql::error_code;
using boost::mysql::error_info;
using boost::mysql::value;
using boost::mysql::field_view;
using boost::mysql::connection_params;
namespace {
@@ -108,7 +108,7 @@ public:
}));
}
network_result<er_resultset_ptr> execute_container(
const std::vector<value>& values
const std::vector<field_view>& values
) override
{
return erase_network_result(impl(this->stmt_, [&](boost::asio::yield_context yield, error_info& info) {