connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)
New commits: commit 418e56997c9e63a5bc669c1b79157b2a4dbf6a2c Author: jucasaca <jcs...@libreoffice.org> AuthorDate: Mon Sep 13 20:39:53 2021 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Thu Oct 7 19:04:39 2021 +0200 tdf#85148 New option on database wizard to connect to Firebird Server Add a new option to the database connection wizard to connect to firebird database server Change-Id: Ie9c75187347a8532c1d869939c72a6f0a892d861 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122073 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu b/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu index 586264183b60..11b214855bc6 100644 --- a/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu +++ b/connectivity/registry/firebird/org/openoffice/Office/DataAccess/Drivers.xcu @@ -77,13 +77,13 @@ <node oor:name="MetaData"> </node> </node> - <!-- Firebird FILE Driver --> + <!-- Firebird EXTERNAL Driver --> <node oor:name="sdbc:firebird:*" oor:op="replace"> <prop oor:name="Driver"> <value>com.sun.star.comp.sdbc.firebird.Driver</value> </prop> <prop oor:name="DriverTypeDisplayName" oor:type="xs:string"> - <value xml:lang="en-US">Firebird File</value> + <value xml:lang="en-US">Firebird External</value> </prop> <node oor:name="Properties"> <!-- Don't use ODBC syntax for date&time literals and (full) outer joins, @@ -124,6 +124,11 @@ <value>true</value> </prop> </node> + <node oor:name="Authentication" oor:op="replace"> + <prop oor:name="Value" oor:type="xs:string"> + <value>UserPassword</value> + </prop> + </node> </node> </node> </node>