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

Oups... where is my brown paper bag?

üst 773668c6
...@@ -1331,7 +1331,7 @@ bool OKeySet::doTryRefetch_throw() throw(SQLException, RuntimeException) ...@@ -1331,7 +1331,7 @@ bool OKeySet::doTryRefetch_throw() throw(SQLException, RuntimeException)
m_xSet = m_xStatement->executeQuery(); m_xSet = m_xStatement->executeQuery();
OSL_ENSURE(m_xSet.is(),"No resultset from statement!"); OSL_ENSURE(m_xSet.is(),"No resultset from statement!");
return m_xSet->next() return m_xSet->next();
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
......
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