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>
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user