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
03919cfa
Kaydet (Commit)
03919cfa
authored
Tem 29, 2013
tarafından
Andrzej J.R. Hunt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use column name for getColumnLabel (firebird-sdbc).
Change-Id: I2e92c5dbdfe4cb9d8441e2d120b139fe97209d3e
üst
4f27ff91
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
FResultSet.cxx
connectivity/source/drivers/firebird/FResultSet.cxx
+4
-0
FResultSetMetaData.cxx
connectivity/source/drivers/firebird/FResultSetMetaData.cxx
+1
-2
No files found.
connectivity/source/drivers/firebird/FResultSet.cxx
Dosyayı görüntüle @
03919cfa
...
@@ -321,6 +321,10 @@ sal_Int32 SAL_CALL OResultSet::findColumn(const OUString& columnName)
...
@@ -321,6 +321,10 @@ sal_Int32 SAL_CALL OResultSet::findColumn(const OUString& columnName)
break
;
break
;
}
}
// TODO: add appropriate error
if
(
i
>
nLen
)
throw
SQLException
();
return
i
;
return
i
;
}
}
// -------------------------------------------------------------------------
// -------------------------------------------------------------------------
...
...
connectivity/source/drivers/firebird/FResultSetMetaData.cxx
Dosyayı görüntüle @
03919cfa
...
@@ -120,8 +120,7 @@ OUString SAL_CALL OResultSetMetaData::getColumnLabel(sal_Int32 column)
...
@@ -120,8 +120,7 @@ OUString SAL_CALL OResultSetMetaData::getColumnLabel(sal_Int32 column)
throw
(
SQLException
,
RuntimeException
)
throw
(
SQLException
,
RuntimeException
)
{
{
// TODO: clarify what this is -- probably not the alias
// TODO: clarify what this is -- probably not the alias
(
void
)
column
;
return
getColumnName
(
column
);
return
OUString
();
}
}
OUString
SAL_CALL
OResultSetMetaData
::
getColumnServiceName
(
sal_Int32
column
)
OUString
SAL_CALL
OResultSetMetaData
::
getColumnServiceName
(
sal_Int32
column
)
...
...
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