mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
improve BLOB handling, clean-up code
This commit is contained in:
@@ -205,8 +205,8 @@ Binder::bindVector() const
|
||||
|
||||
void Binder::updateBindVectorToCurrentValues()
|
||||
{
|
||||
InputParameterVector::iterator itr = _bindVector.begin();
|
||||
InputParameterVector::iterator itrEnd = _bindVector.end();
|
||||
InputParameterVector::iterator itr = _bindVector.begin();
|
||||
InputParameterVector::iterator itrEnd = _bindVector.end();
|
||||
|
||||
for (; itr != itrEnd; ++itr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user