mirror of
https://github.com/SOCI/soci.git
synced 2026-01-06 05:00:33 -06:00
Applied modified patch from Matthieu Kermagoret for get_affected_rows.
This commit is contained in:
@@ -363,6 +363,11 @@ bool statement_impl::execute(bool withDataExchange)
|
||||
return gotData;
|
||||
}
|
||||
|
||||
long long statement_impl::get_affected_rows()
|
||||
{
|
||||
return backEnd_->get_affected_rows();
|
||||
}
|
||||
|
||||
bool statement_impl::fetch()
|
||||
{
|
||||
if (fetchSize_ == 0)
|
||||
|
||||
Reference in New Issue
Block a user