Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
8fca9828
Kaydet (Commit)
8fca9828
authored
May 15, 2012
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#48345 need to refresh row also when not m_bRowCountFinal
üst
cdd4d969
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
KeySet.cxx
dbaccess/source/core/api/KeySet.cxx
+1
-6
No files found.
dbaccess/source/core/api/KeySet.cxx
Dosyayı görüntüle @
8fca9828
...
@@ -1108,14 +1108,9 @@ sal_Bool SAL_CALL OKeySet::next( ) throw(SQLException, RuntimeException)
...
@@ -1108,14 +1108,9 @@ sal_Bool SAL_CALL OKeySet::next( ) throw(SQLException, RuntimeException)
if
(
!
m_bRowCountFinal
)
// not yet all records fetched
if
(
!
m_bRowCountFinal
)
// not yet all records fetched
{
{
++
m_aKeyIter
;
// this is possible because we stand on begin() and this is the "beforefirst" row
++
m_aKeyIter
;
// this is possible because we stand on begin() and this is the "beforefirst" row
// LEM: above comment is wrong; we may be anywhere but after last.
if
(
m_aKeyIter
==
m_aKeyMap
.
end
()
&&
!
fetchRow
())
if
(
m_aKeyIter
==
m_aKeyMap
.
end
()
&&
!
fetchRow
())
m_aKeyIter
=
m_aKeyMap
.
end
();
m_aKeyIter
=
m_aKeyMap
.
end
();
else
{
//m_aKeyIter->second.second.second = new OPrivateRow(_rInsertRow->get());
m_xRow
.
set
(
m_xDriverRow
,
UNO_QUERY_THROW
);
return
!
isAfterLast
();
}
}
}
else
if
(
!
isAfterLast
())
else
if
(
!
isAfterLast
())
++
m_aKeyIter
;
++
m_aKeyIter
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment