Kaydet (Commit) efbd1e7b authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

comments

Change-Id: I1702ea167ac6d23b1bdfcda2ea1ad7815e4474b9
üst de2c6c2e
......@@ -1690,8 +1690,10 @@ sal_Bool OResultSet::move(IResultSetHelper::Movement _eCursorPosition, sal_Int32
}
}
else if ( IResultSetHelper::PRIOR == _eCursorPosition && m_nCurrentFetchState == SQL_NO_DATA )
// we went beforeFirst
m_nRowPos = 0;
else if(IResultSetHelper::NEXT == _eCursorPosition && m_nCurrentFetchState == SQL_NO_DATA && nOldFetchStatus != SQL_NO_DATA)
// we went afterLast
++m_nRowPos;
return bSuccess;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment