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
dc2e845d
Kaydet (Commit)
dc2e845d
authored
Tem 12, 2013
tarafından
Andrzej J.R. Hunt
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Enable firebird by default, disable as default embedded driver.
Change-Id: I4907b8b7a3b9ab767132d35b5c3539d52d122660
üst
c3ed455e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
18 deletions
+4
-18
configure.ac
configure.ac
+3
-14
dsntypes.cxx
dbaccess/source/core/misc/dsntypes.cxx
+1
-4
No files found.
configure.ac
Dosyayı görüntüle @
dc2e845d
...
@@ -1170,10 +1170,10 @@ AC_ARG_ENABLE(lotuswordpro,
...
@@ -1170,10 +1170,10 @@ AC_ARG_ENABLE(lotuswordpro,
,enable_lotuswordpro=yes)
,enable_lotuswordpro=yes)
AC_ARG_ENABLE(firebird-sdbc,
AC_ARG_ENABLE(firebird-sdbc,
AS_HELP_STRING([--
en
able-firebird-sdbc],
AS_HELP_STRING([--
dis
able-firebird-sdbc],
[Enable the build of the Firebird-SDBC driver. Work in progress,
[Enable the build of the Firebird-SDBC driver. Work in progress,
use only if you are hacking on it.]),
use only if you are hacking on it.]),
,enable_firebird_sdbc=
no
)
,enable_firebird_sdbc=
yes
)
AC_ARG_ENABLE(coretext,
AC_ARG_ENABLE(coretext,
AS_HELP_STRING([--enable-coretext],
AS_HELP_STRING([--enable-coretext],
...
@@ -1447,17 +1447,6 @@ AC_ARG_WITH(system-firebird,
...
@@ -1447,17 +1447,6 @@ AC_ARG_WITH(system-firebird,
driver. If fb_config is not in PATH, use FBCONFIG to point to it.]),,
driver. If fb_config is not in PATH, use FBCONFIG to point to it.]),,
[with_system_firebird="$with_system_libs"])
[with_system_firebird="$with_system_libs"])
# To be replaced with IBPP, in case we want ot use it
dnl AC_ARG_WITH(libibpp-path,
dnl AS_HELP_STRING([--with-libibpp-path],
dnl [Use this Firebird C++ API (libibpp) installation for building
dnl the Firebird-SDBC extension.])
dnl [
dnl Usage: --with-libibpp-path=<absolute path to
dnl your libibpp installation>
dnl ],
dnl ,)
AC_ARG_WITH(system-hsqldb,
AC_ARG_WITH(system-hsqldb,
AS_HELP_STRING([--with-system-hsqldb],
AS_HELP_STRING([--with-system-hsqldb],
[Use hsqldb already on system.]))
[Use hsqldb already on system.]))
...
@@ -8106,7 +8095,7 @@ dnl ===================================================================
...
@@ -8106,7 +8095,7 @@ dnl ===================================================================
dnl Check for Firebird stuff
dnl Check for Firebird stuff
dnl ===================================================================
dnl ===================================================================
ENABLE_FIREBIRD_SDBC=""
ENABLE_FIREBIRD_SDBC=""
if test "x$enable_firebird_sdbc"
!= "xno
"; then
if test "x$enable_firebird_sdbc"
= "xyes
"; then
SCPDEFS="$SCPDEFS -DWITH_FIREBIRD_SDBC"
SCPDEFS="$SCPDEFS -DWITH_FIREBIRD_SDBC"
...
...
dbaccess/source/core/misc/dsntypes.cxx
Dosyayı görüntüle @
dc2e845d
...
@@ -322,11 +322,8 @@ OUString ODsnTypeCollection::getEmbeddedDatabase() const
...
@@ -322,11 +322,8 @@ OUString ODsnTypeCollection::getEmbeddedDatabase() const
}
}
}
}
if
(
sEmbeddedDatabaseURL
.
isEmpty
()
)
if
(
sEmbeddedDatabaseURL
.
isEmpty
()
)
#ifdef ENABLE_FIREBIRD_SDBC
sEmbeddedDatabaseURL
=
"sdbc:embedded:firebird"
;
#else
sEmbeddedDatabaseURL
=
"sdbc:embedded:hsqldb"
;
sEmbeddedDatabaseURL
=
"sdbc:embedded:hsqldb"
;
#endif
return
sEmbeddedDatabaseURL
;
return
sEmbeddedDatabaseURL
;
}
}
//-------------------------------------------------------------------------
//-------------------------------------------------------------------------
...
...
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