Tag: cws_src680_dba25 User: oj Date: 05/03/04 03:37:38 Modified: /dba/connectivity/source/drivers/odbc/ ODatabaseMetaData.cxx
Log: simple correct for ownDeletesAreVisible File Changes: Directory: /dba/connectivity/source/drivers/odbc/ ================================================= File [changed]: ODatabaseMetaData.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/odbc/ODatabaseMetaData.cxx?r1=1.27.204.1&r2=1.27.204.2 Delta lines: +3 -3 ------------------- --- ODatabaseMetaData.cxx 4 Mar 2005 10:12:19 -0000 1.27.204.1 +++ ODatabaseMetaData.cxx 4 Mar 2005 11:37:35 -0000 1.27.204.2 @@ -2,9 +2,9 @@ * * $RCSfile: ODatabaseMetaData.cxx,v $ * - * $Revision: 1.27.204.1 $ + * $Revision: 1.27.204.2 $ * - * last change: $Author: oj $ $Date: 2005/03/04 10:12:19 $ + * last change: $Author: oj $ $Date: 2005/03/04 11:37:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1736,7 +1736,7 @@ } OTools::GetInfo(m_pConnection,m_aConnectionHandle,nAskFor,nValue,*this); - return (nValue & SQL_CA2_SENSITIVITY_DELETIONS) == SQL_CA2_SENSITIVITY_DELETIONS; + return (nValue & SQL_CA2_SENSITIVITY_DELETIONS) != SQL_CA2_SENSITIVITY_DELETIONS; } // ------------------------------------------------------------------------- sal_Bool SAL_CALL ODatabaseMetaData::ownInsertsAreVisible( sal_Int32 setType ) throw(SQLException, RuntimeException) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
