mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 19:51:58 +01:00
step, date, time
This commit is contained in:
@@ -196,7 +196,7 @@ bool SQLiteStatementImpl::hasNext()
|
||||
}
|
||||
|
||||
|
||||
void SQLiteStatementImpl::next()
|
||||
Poco::UInt32 SQLiteStatementImpl::next()
|
||||
{
|
||||
if (SQLITE_ROW == _nextResponse)
|
||||
{
|
||||
@@ -222,6 +222,8 @@ void SQLiteStatementImpl::next()
|
||||
int rc = _nextResponse;
|
||||
Utility::throwException(rc, std::string("Iterator Error: trying to access the next value"));
|
||||
}
|
||||
|
||||
return 1u;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user