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
0a52587c
Kaydet (Commit)
0a52587c
authored
Haz 16, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cppcheck: fix uninitMemberVar for postgresql part
Change-Id: Id37b961ff04ec9cebcc9d35434ccfdff0b512235
üst
21acf9d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
pq_connection.hxx
connectivity/source/drivers/postgresql/pq_connection.hxx
+2
-0
pq_statics.hxx
connectivity/source/drivers/postgresql/pq_statics.hxx
+2
-1
No files found.
connectivity/source/drivers/postgresql/pq_connection.hxx
Dosyayı görüntüle @
0a52587c
...
...
@@ -105,6 +105,8 @@ struct ConnectionSettings
pConnection
(
0
),
maxNameLen
(
0
),
maxIndexKeys
(
0
),
pTablesImpl
(
0
),
pViewsImpl
(
0
),
showSystemColumns
(
sal_False
),
logFile
(
0
),
loglevel
(
LogLevel
::
INFO
)
...
...
connectivity/source/drivers/postgresql/pq_statics.hxx
Dosyayı görüntüle @
0a52587c
...
...
@@ -121,7 +121,8 @@ typedef ::boost::unordered_map
struct
ImplementationStatics
{
ImplementationStatics
()
:
implementationId
(
16
)
implementationId
(
16
),
pProps
(
0
)
{
rtl_createUuid
(
(
sal_uInt8
*
)
implementationId
.
getArray
(),
0
,
sal_False
);
}
...
...
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