User: rt      
Date: 2008-06-06 13:16:58+0000
Modified:
   dba/connectivity/source/commontools/TColumnsHelper.cxx

Log:
 INTEGRATION: CWS dba30c (1.10.10); FILE MERGED
 2008/05/08 12:55:10 oj 1.10.10.1: #i64472# use of create pattern

File Changes:

Directory: /dba/connectivity/source/commontools/
================================================

File [changed]: TColumnsHelper.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/TColumnsHelper.cxx?r1=1.10&r2=1.11
Delta lines:  +1 -1
-------------------
--- TColumnsHelper.cxx  2008-04-10 07:55:04+0000        1.10
+++ TColumnsHelper.cxx  2008-06-06 13:16:55+0000        1.11
@@ -157,7 +157,7 @@
 
        aSql += ::dbtools::composeTableName( xMetaData, m_pTable, 
::dbtools::eInTableDefinitions, false, false, true );
        aSql += ::rtl::OUString::createFromAscii(" ADD ");
-       aSql += 
::dbtools::createStandardColumnPart(descriptor,m_pTable->getConnection());
+       aSql += 
::dbtools::createStandardColumnPart(descriptor,m_pTable->getConnection(),m_pTable->getTypeCreatePattern());
        
        Reference< XStatement > xStmt = 
m_pTable->getConnection()->createStatement(  );
        if ( xStmt.is() )




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to