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
f21eaff8
Kaydet (Commit)
f21eaff8
authored
Şub 09, 2012
tarafından
Lionel Elie Mamane
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fdo#45249 declare support for Core SQL -> Base allows user aggregate functions
üst
b469be07
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
pq_databasemetadata.cxx
...ctivity/source/drivers/postgresql/pq_databasemetadata.cxx
+6
-1
No files found.
connectivity/source/drivers/postgresql/pq_databasemetadata.cxx
Dosyayı görüntüle @
f21eaff8
...
@@ -725,7 +725,12 @@ sal_Bool DatabaseMetaData::supportsMinimumSQLGrammar( ) throw (SQLException, Ru
...
@@ -725,7 +725,12 @@ sal_Bool DatabaseMetaData::supportsMinimumSQLGrammar( ) throw (SQLException, Ru
sal_Bool
DatabaseMetaData
::
supportsCoreSQLGrammar
(
)
throw
(
SQLException
,
RuntimeException
)
sal_Bool
DatabaseMetaData
::
supportsCoreSQLGrammar
(
)
throw
(
SQLException
,
RuntimeException
)
{
{
// LEM: jdbc driver says not, although the comments in it seem old
// LEM: jdbc driver says not, although the comments in it seem old
return
sal_False
;
// fdo#45249 Base query design won't use any aggregate function
// (except COUNT(*) unless we say yes, so say yes.
// Actually, Base assumes *also* support for aggregate functions "collect, fusion, intersection"
// as soon as supportsCoreSQLGrammar() returns true.
// Those are *not* Core SQL, though. They are in optional feature S271 "Basic multiset support"
return
sal_True
;
}
}
sal_Bool
DatabaseMetaData
::
supportsExtendedSQLGrammar
(
)
throw
(
SQLException
,
RuntimeException
)
sal_Bool
DatabaseMetaData
::
supportsExtendedSQLGrammar
(
)
throw
(
SQLException
,
RuntimeException
)
...
...
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