Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 1d53e3c

Browse files
authored
Fix casing variations in SQL files (#25927)
1 parent 2fe2cd5 commit 1d53e3c

File tree

3 files changed

+1
-290
lines changed

3 files changed

+1
-290
lines changed

src/System.Data.SqlClient/src/System.Data.SqlClient.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<Compile Include="System\Data\SqlClient\SqlInfoMessageEventHandler.cs" />
142142
<Compile Include="System\Data\SqlClient\SqlInternalConnection.cs" />
143143
<Compile Include="System\Data\SqlClient\SqlInternalConnectionTds.cs" />
144-
<Compile Include="System\Data\SqlClient\sqlinternaltransaction.cs" />
144+
<Compile Include="System\Data\SqlClient\SqlInternalTransaction.cs" />
145145
<Compile Include="System\Data\SqlClient\SqlMetadataFactory.cs" />
146146
<Compile Include="System\Data\SqlClient\SqlNotificationEventArgs.cs" />
147147
<Compile Include="System\Data\SqlClient\SqlNotificationInfo.cs" />

src/System.Data.SqlClient/src/System/Data/SqlClient/sqlinternaltransaction.cs renamed to src/System.Data.SqlClient/src/System/Data/SqlClient/SqlInternalTransaction.cs

File renamed without changes.

src/System.Data.SqlClient/src/System/Data/SqlClient/sqlmetadatafactory.cs

Lines changed: 0 additions & 289 deletions
This file was deleted.

0 commit comments

Comments
 (0)