summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2019-11-01 23:14:41 +0100
committerJulien Nabet <serval2412@yahoo.fr>2019-11-06 16:58:22 +0100
commit032b6698c11f6b6e67fa3a12c2d34f1f7afe63f6 (patch)
treef71d4cb125e4fb344dd2f40521bd85445152ccbf /connectivity
parentFix typos (diff)
downloadcore-032b6698c11f6b6e67fa3a12c2d34f1f7afe63f6.tar.gz
core-032b6698c11f6b6e67fa3a12c2d34f1f7afe63f6.zip
Base/Firebird fix column creation
Avoid these logs when saving a brand new table in embedded Firebird: warn:legacy.osl:6038:6038:comphelper/source/property/propertycontainerhelper.cxx:181: OPropertyContainerHelper::implPushBackProperty: name already exists! warn:legacy.osl:6038:6038:comphelper/source/property/propertycontainerhelper.cxx:182: OPropertyContainerHelper::implPushBackProperty: handle already exists! ... Change-Id: I305791ad14d0bd18b3a527b848c031e02d661dbb Reviewed-on: https://gerrit.libreoffice.org/81926 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/firebird/Column.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/connectivity/source/drivers/firebird/Column.cxx b/connectivity/source/drivers/firebird/Column.cxx
index f5da82718b5a..9c13499f8772 100644
--- a/connectivity/source/drivers/firebird/Column.cxx
+++ b/connectivity/source/drivers/firebird/Column.cxx
@@ -24,7 +24,6 @@ Column::Column()
void Column::construct()
{
- OColumn::construct();
m_sAutoIncrement = "GENERATED BY DEFAULT AS IDENTITY";
registerProperty(OMetaConnection::getPropMap().getNameByIndex(
PROPERTY_ID_AUTOINCREMENTCREATION),