mirror of
https://github.com/boostorg/mysql.git
synced 2026-02-16 13:32:15 +00:00
Field view
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user