mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 00:07:59 +02:00
minor Data fixes
This commit is contained in:
@@ -280,8 +280,6 @@ void StatementImpl::fixupBinding()
|
||||
AbstractBindingVec::iterator it = bindings().begin();
|
||||
AbstractBindingVec::iterator itEnd = bindings().end();
|
||||
AbstractBinder& bin = binder();
|
||||
std::size_t numRows = 0;
|
||||
if (it != itEnd) numRows = (*it)->numOfRowsHandled();
|
||||
for (; it != itEnd; ++it) (*it)->setBinder(&bin);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user