Tag: cws_src680_dba30 User: fs Date: 06/05/03 08:24:05 Modified: /dba/dbaccess/source/core/dataaccess/ ModelImpl.cxx
Log: AppendTableAliasName defaults to FALSE - there's rarely any halfway modern database which requires this obscure syntax File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: ModelImpl.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/ModelImpl.cxx?r1=1.3.2.7&r2=1.3.2.8 Delta lines: +4 -4 ------------------- --- ModelImpl.cxx 20 Apr 2006 06:45:01 -0000 1.3.2.7 +++ ModelImpl.cxx 3 May 2006 15:24:02 -0000 1.3.2.8 @@ -4,9 +4,9 @@ * * $RCSfile: ModelImpl.cxx,v $ * - * $Revision: 1.3.2.7 $ + * $Revision: 1.3.2.8 $ * - * last change: $Author: oj $ $Date: 2006/04/20 06:45:01 $ + * last change: $Author: fs $ $Date: 2006/05/03 15:24:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -988,7 +988,7 @@ // known SDB level settings { "IgnoreDriverPrivileges", makeAny( (sal_Bool)sal_True ) }, { "NoNameLengthLimit", makeAny( (sal_Bool)sal_False ) }, - { "AppendTableAliasName", makeAny( (sal_Bool)sal_True ) }, + { "AppendTableAliasName", makeAny( (sal_Bool)sal_False ) }, { "EnableSQL92Check", makeAny( (sal_Bool)sal_False ) }, { "BooleanComparisonMode", makeAny( (sal_Int32)0 ) }, { "TableTypeFilterMode", makeAny( (sal_Int32)3 ) }, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
