Tag: cws_src680_dba30 User: fs Date: 06/05/03 08:42:50 Modified: /dba/dbaccess/source/ui/dlg/ dbadmin.cxx
Log: AppendTableAliasName defaults to FALSE - there's rarely any halfway modern database which requires this obscure syntax File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: dbadmin.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/dbadmin.cxx?r1=1.95&r2=1.95.16.1 Delta lines: +4 -4 ------------------- --- dbadmin.cxx 23 Sep 2005 12:29:11 -0000 1.95 +++ dbadmin.cxx 3 May 2006 15:42:47 -0000 1.95.16.1 @@ -4,9 +4,9 @@ * * $RCSfile: dbadmin.cxx,v $ * - * $Revision: 1.95 $ + * $Revision: 1.95.16.1 $ * - * last change: $Author: hr $ $Date: 2005/09/23 12:29:11 $ + * last change: $Author: fs $ $Date: 2006/05/03 15:42:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -444,7 +444,7 @@ *pCounter++ = new SfxStringItem(DSID_AUTOINCREMENTVALUE, String()); *pCounter++ = new SfxStringItem(DSID_AUTORETRIEVEVALUE, String()); *pCounter++ = new SfxBoolItem(DSID_AUTORETRIEVEENABLED, sal_False); - *pCounter++ = new SfxBoolItem(DSID_APPEND_TABLE_ALIAS, sal_True); + *pCounter++ = new SfxBoolItem(DSID_APPEND_TABLE_ALIAS, sal_False); *pCounter++ = new SfxInt32Item(DSID_MYSQL_PORTNUMBER, 3306); *pCounter++ = new SfxBoolItem(DSID_IGNOREDRIVER_PRIV, sal_True); *pCounter++ = new SfxInt32Item(DSID_BOOLEANCOMPARISON, 0); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
