summaryrefslogtreecommitdiff
path: root/connectivity/registry/dbase
AgeCommit message (Collapse)Author
2019-03-13tdf#121092: synchronize defaults for drivers settingsMike Kaganski
See commit f33eb08a2b74e5de033af9b5f5283b220ac58ded for details TODO: reimplement defaults to be taken from the Drivers.xcu, not from ODatabaseModelImpl::getDefaultDataSourceSettings. TODO: always write settings, even if they are equal to defaults (unless they are schema defaults) - that will allow to change a default, and not break existing configurations. Change-Id: Ic0fa9a03bf801aeca3e6373eb7019f5ad7e8eb46 Reviewed-on: https://gerrit.libreoffice.org/69076 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2018-09-20tdf#119743: add Features entries in Properties block Drivers.xcuJulien Nabet
in order to save special options of a database file. Regression from d6fce54c82868b82bd6fa190db6047d69bbb3ecf Read https://bugs.documentfoundation.org/show_bug.cgi?id=119743#c5 for detailed explanation Change-Id: Icea932ef5e7358db1cd819583f6ef3ad9399ca87 Reviewed-on: https://gerrit.libreoffice.org/60471 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2013-11-24Partially revert 7ab15103b74a16d774fc0c47ddae5d69e6be5082Stephan Bergmann
"connectivity: use 'application/x-dbase' for DBase files," as it breaks JunitTest_dbaccess_unoapi. This apparently needs changes to more places. Change-Id: I39ce794254324881818951fdb500ff04347b603a
2013-11-23connectivity: use "application/x-dbase" for DBase filesMichael Stahl
... which is what we already use in calc.desktop; also "application/dbaes" is not registered at IANA. Change-Id: Ic2031a53e6620d10874df8882448497564962114
2012-06-26re-base on ALv2 code.Michael Meeks
2012-05-29fix configuration processingDavid Tardon
2012-05-29connectivity: convert configurationDavid Tardon