You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
@@ -2,8 +2,8 @@
|
||||
// <copyright file="DBConnectionString.cs" company="Microsoft">
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
// <owner current="true" primary="true">[....]</owner>
|
||||
// <owner current="true" primary="false">[....]</owner>
|
||||
// <owner current="true" primary="true">Microsoft</owner>
|
||||
// <owner current="true" primary="false">Microsoft</owner>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace System.Data.Common {
|
||||
@@ -251,7 +251,7 @@ namespace System.Data.Common {
|
||||
//Debug.WriteLine("14/15/16 this AllowOnly and entry AllowOnly but no restrictions");
|
||||
}
|
||||
|
||||
// verify _hasPassword & _parsetable are in [....] between Everett/Whidbey
|
||||
// verify _hasPassword & _parsetable are in sync between Everett/Whidbey
|
||||
Debug.Assert(!_hasPassword || ContainsKey(KEY.Password) || ContainsKey(KEY.Pwd), "OnDeserialized password mismatch this");
|
||||
Debug.Assert(null == entry || !entry._hasPassword || entry.ContainsKey(KEY.Password) || entry.ContainsKey(KEY.Pwd), "OnDeserialized password mismatch entry");
|
||||
|
||||
|
Reference in New Issue
Block a user