Tag: cws_src680_dba23b User: fs Date: 2007-06-14 19:59:25+0000 Modified: dba/connectivity/source/drivers/odbc/OConnection.cxx
Log: #i78459# submitted by [EMAIL PROTECTED]: remove dead code related to ancient Mac OS System 9 port File Changes: Directory: /dba/connectivity/source/drivers/odbc/ ================================================= File [changed]: OConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/odbc/OConnection.cxx?r1=1.40&r2=1.40.64.1 Delta lines: +4 -5 ------------------- --- OConnection.cxx 2006-12-13 16:21:28+0000 1.40 +++ OConnection.cxx 2007-06-14 19:59:23+0000 1.40.64.1 @@ -4,9 +4,9 @@ * * $RCSfile: OConnection.cxx,v $ * - * $Revision: 1.40 $ + * $Revision: 1.40.64.1 $ * - * last change: $Author: kz $ $Date: 2006/12/13 16:21:28 $ + * last change: $Author: fs $ $Date: 2007/06/14 19:59:23 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -202,12 +202,11 @@ { } -#ifndef MAC + // autocoomit ist immer default if (!bReadOnly) N3SQLSetConnectAttr(m_aConnectionHandle,SQL_ATTR_AUTOCOMMIT,(SQLPOINTER)SQL_AUTOCOMMIT_ON,SQL_IS_INTEGER); -#endif return nSQLRETURN; } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
