[Libreoffice-bugs] [Bug 45912] Connecting to access database using libreoffice's driver: one record missing

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jul 5 17:58:31 CEST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=45912

--- Comment #4 from Lionel Elie Mamane <lionel at mamane.lu> 2012-07-05 08:58:31 PDT ---
There is no further LibreOffice 3.4 bugfix release planned. Closing as fixed in
3.5 and later.

FYI, the patch to fix this is most probably (but I haven't tested that)

--- a/connectivity/source/drivers/ado/AResultSet.cxx
+++ b/connectivity/source/drivers/ado/AResultSet.cxx
@@ -401,7 +399,7 @@ void SAL_CALL OResultSet::beforeFirst(  )
throw(SQLException, RuntimeException)


     if(first())
-        previous();
+        m_bOnFirstAfterOpen = !previous();
 }
 // -------------------------------------------------------------------------
 void SAL_CALL OResultSet::afterLast(  ) throw(SQLException, RuntimeException)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libreoffice-bugs mailing list