mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-02 15:45:33 +00:00
fix
This commit is contained in:
parent
b40d674bbb
commit
15d7cf5e61
@ -138,13 +138,10 @@ void MySQLStatementImpl::bindImpl()
|
||||
printf("[MySQLStatementImpl::bindImpl] canBind return false, name: %s\n", (*it)->name().data());
|
||||
break;
|
||||
}
|
||||
}
|
||||
for (; it != itEnd && (*it)->canBind(); ++it)
|
||||
{
|
||||
(*it)->bind(pos);
|
||||
pos += (*it)->numOfColumnsHandled();
|
||||
}
|
||||
|
||||
|
||||
_stmt.bindParams(_pBinder->getBindArray(), _pBinder->size());
|
||||
_stmt.execute();
|
||||
_hasNext = NEXT_DONTKNOW;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user