Update Reference Sources to .NET Framework 4.6.1
[mono.git] / mcs / class / referencesource / System.Data / System / Data / Odbc / odbcmetadatafactory.cs
index 7b48811f66aaa130ef349aab3eef693d681b297a..87281ad3bf74ab14660de59771d8a8e75eb597a5 100644 (file)
@@ -3,8 +3,8 @@
 //     Copyright (c) Microsoft Corporation.  All rights reserved.
 // </copyright>
 //
-// <owner current="true" primary="true">Microsoft</owner>
-// <owner current="true" primary="false">Microsoft</owner>
+// <owner current="true" primary="true">[....]</owner>
+// <owner current="true" primary="false">[....]</owner>
 //
 //------------------------------------------------------------------------------
 
@@ -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;