User: obo Date: 2006/07/10 07:30:44 Modified: dba/connectivity/source/drivers/mysql/YTable.cxx
Log: INTEGRATION: CWS qiq (1.6.104); FILE MERGED 2006/06/27 14:53:42 fs 1.6.104.2: RESYNC: (1.6-1.7); FILE MERGED 2006/05/23 13:27:05 fs 1.6.104.1: some refactoring of compose/quoteTableName and friends, in preparation of #i51143# File Changes: Directory: /dba/connectivity/source/drivers/mysql/ ================================================== File [changed]: YTable.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/mysql/YTable.cxx?r1=1.7&r2=1.8 Delta lines: +2 -2 ------------------- --- YTable.cxx 20 Jun 2006 01:53:17 -0000 1.7 +++ YTable.cxx 10 Jul 2006 14:30:42 -0000 1.8 @@ -367,8 +367,8 @@ ::rtl::OUString sSql = ::rtl::OUString::createFromAscii("ALTER TABLE "); const ::rtl::OUString sQuote = getMetaData()->getIdentifierQuoteString( ); - ::rtl::OUString sComposedName; - ::dbtools::composeTableName(getMetaData(),m_CatalogName,m_SchemaName,m_Name,sComposedName,sal_True,::dbtools::eInTableDefinitions); + ::rtl::OUString sComposedName( + ::dbtools::composeTableName( getMetaData(), m_CatalogName, m_SchemaName, m_Name, sal_True, ::dbtools::eInTableDefinitions ) ); sSql += sComposedName; return sSql; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
