Applied modified patch from Matthieu Kermagoret for get_affected_rows.

This commit is contained in:
Maciej Sobczak
2010-12-06 11:49:36 +01:00
parent 1dcd03136b
commit 68a5f0931a
21 changed files with 123 additions and 5 deletions

View File

@@ -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)