https://bugs.documentfoundation.org/show_bug.cgi?id=53027
--- Comment #22 from Julien Nabet <[email protected]> --- About BOOLEAN changed into VARCHAR, here's a codepointer: http://opengrok.libreoffice.org/xref/core/dbaccess/source/ui/misc/WCopyTable.cxx#1444 1437 TOTypeInfoSP OCopyTableWizard::convertType(const TOTypeInfoSP& _pType, bool& _bNotConvert) 1438 { 1439 if ( !m_bInterConnectionCopy ) 1440 // no need to convert if the source and destination connection are the same 1441 return _pType; 1442 1443 bool bForce; 1444 TOTypeInfoSP pType = ::dbaui::getTypeInfoFromType(m_aDestTypeInfo,_pType->nType,_pType->aTypeName,_pType->aCreateParams,_pType->nPrecision,_pType->nMaximumScale,_pType->bAutoIncrement,bForce); -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
