Tag: cws_src680_qiq User: fs Date: 06/05/10 03:50:44 Modified: /dba/connectivity/source/commontools/ dbtools2.cxx
Log: some assertion to detect some problems earlier File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: dbtools2.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/dbtools2.cxx?r1=1.15&r2=1.15.38.1 Delta lines: +5 -3 ------------------- --- dbtools2.cxx 14 Mar 2006 10:47:59 -0000 1.15 +++ dbtools2.cxx 10 May 2006 10:50:41 -0000 1.15.38.1 @@ -4,9 +4,9 @@ * * $RCSfile: dbtools2.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.15.38.1 $ * - * last change: $Author: vg $ $Date: 2006/03/14 10:47:59 $ + * last change: $Author: fs $ $Date: 2006/05/10 10:50:41 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -592,6 +592,8 @@ dbtools::composeTableName(_xMetaData,aCatalog,aSchema,aTable,aComposedName,_bQuote,_eComposeRule,_bUseCatalogInSelect,_bUseSchemaInSelect); } + else + OSL_ENSURE( false, "::dbtools::composeTableName: this is no table object!" ); return aComposedName; } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
