Addressed Uday's review feedback.
authorKeerat Singh <v-kesin@microsoft.com>
Wed, 11 Jul 2018 23:41:55 +0000 (16:41 -0700)
committerKeerat Singh <v-kesin@microsoft.com>
Wed, 11 Jul 2018 23:41:55 +0000 (16:41 -0700)
Commit migrated from https://github.com/dotnet/corefx/commit/4b5ba1472d95e77e73309177d76858797f936c4b

src/libraries/System.Data.SqlClient/src/System/Data/SqlClient/TdsParser.cs

index f3a0536..88f77cc 100644 (file)
@@ -2287,7 +2287,6 @@ namespace System.Data.SqlClient
                             {
                                 _defaultEncoding = Encoding.UTF8;
                                 _defaultCollation = env.newCollation;
-                                _defaultLCID = env.newCollation.LCID;
                             }
                             else
                             {