Tag: cws_src680_hsqlcsv User: fs Date: 2006/10/11 01:29:24 Modified: dba/dbaccess/source/core/dataaccess/connection.cxx
Log: RESYNC: (1.48-1.51); FILE MERGED File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: connection.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/connection.cxx?r1=1.48.18.4&r2=1.48.18.5 Delta lines: +7 -4 ------------------- --- connection.cxx 20 Sep 2006 08:46:05 -0000 1.48.18.4 +++ connection.cxx 11 Oct 2006 08:29:21 -0000 1.48.18.5 @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_dbaccess.hxx" + #ifndef _DBA_CORE_CONNECTION_HXX_ #include "connection.hxx" #endif @@ -389,7 +392,7 @@ try { xMeta = getMetaData(); - bCase = xMeta.is() && xMeta->storesMixedCaseQuotedIdentifiers(); + bCase = xMeta.is() && xMeta->supportsMixedCaseQuotedIdentifiers(); } catch(SQLException&) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
