[PATCH] [REVIEW:3-5] fdo#47520: ODBC (var)char primary key: column shown empty

Lionel Elie Mamane lionel at mamane.lu
Fri Jun 1 08:11:20 PDT 2012


Technically a continuation of the fix of fdo#48345; the latter removed
the m_xRow.set(m_xDriverRow,UNO_QUERY_THROW); from OKeySet::next,
this one removes it from OKeySet::absolute().

It finishes the fix of fdo#47520, which was already partially fixed by
the fix for fdo#48345.

fdo#47520 is: with (sqlite)odbc, when primary key is/contains a
(var)char column (string), that column is displayed blank and fails to
update.

After fdo#48345 is fixed, only the *first* line had this problem,
because it was gotten at by absolute(1); the others were gotten by
next(), which was fixed.

-- 
Lionel


More information about the LibreOffice mailing list