X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Freferencesource%2FSystem.Data%2FSystem%2FData%2FOdbc%2Fodbcmetadatafactory.cs;h=87281ad3bf74ab14660de59771d8a8e75eb597a5;hb=215901f51bf00e9d1e58cada05033aae8283e336;hp=7b48811f66aaa130ef349aab3eef693d681b297a;hpb=10e54be5f860d412d2ab5b193de582e232ceeb7e;p=mono.git diff --git a/mcs/class/referencesource/System.Data/System/Data/Odbc/odbcmetadatafactory.cs b/mcs/class/referencesource/System.Data/System/Data/Odbc/odbcmetadatafactory.cs index 7b48811f66a..87281ad3bf7 100644 --- a/mcs/class/referencesource/System.Data/System/Data/Odbc/odbcmetadatafactory.cs +++ b/mcs/class/referencesource/System.Data/System/Data/Odbc/odbcmetadatafactory.cs @@ -3,8 +3,8 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // // -// Microsoft -// Microsoft +// [....] +// [....] // //------------------------------------------------------------------------------ @@ -579,7 +579,7 @@ namespace System.Data.Odbc{ dataSourceInformation[DbMetaDataColumnNames.DataSourceProductVersionNormalized] = ServerVersionNormalized; - // values that are the same for all ODBC drivers. See + // values that are the same for all ODBC drivers. See bug 105333 dataSourceInformation[DbMetaDataColumnNames.ParameterMarkerFormat] = "?"; dataSourceInformation[DbMetaDataColumnNames.ParameterMarkerPattern] = "\\?"; dataSourceInformation[DbMetaDataColumnNames.ParameterNameMaxLength] = 0;