Tag: cws_src680_dba24c User: fs Date: 2007-10-29 10:57:37+0000 Modified: dba/connectivity/source/drivers/jdbc/tools.cxx
Log: #i83097# additional setting specifying Java methods allowed to call from inside HSQL File Changes: Directory: /dba/connectivity/source/drivers/jdbc/ ================================================= File [changed]: tools.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/jdbc/tools.cxx?r1=1.25&r2=1.25.60.1 Delta lines: +4 -3 ------------------- --- tools.cxx 2007-03-12 10:41:24+0000 1.25 +++ tools.cxx 2007-10-29 10:57:35+0000 1.25.60.1 @@ -4,9 +4,9 @@ * * $RCSfile: tools.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.25.60.1 $ * - * last change: $Author: obo $ $Date: 2007/03/12 10:41:24 $ + * last change: $Author: fs $ $Date: 2007/10/29 10:57:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -164,6 +164,7 @@ // this is a special property to find the jdbc driver if( pBegin->Name.compareToAscii("JavaDriverClass") && pBegin->Name.compareToAscii("JavaDriverClassPath") && + pBegin->Name.compareToAscii("SystemProperties") && pBegin->Name.compareToAscii("CharSet") && pBegin->Name.compareToAscii("AppendTableAlias") && pBegin->Name.compareToAscii("GenerateASBeforeCorrelationName") && --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
