Skip to content

Commit

Permalink
Merge common code base for SqlUtil.cs.
Browse files Browse the repository at this point in the history
  • Loading branch information
arellegue committed May 16, 2024
1 parent 9a71c94 commit 6c8cfa9
Show file tree
Hide file tree
Showing 4 changed files with 516 additions and 2,717 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@
</Compile>
<Compile Include="$(CommonSourceRoot)Microsoft\Data\Common\NameValuePair.cs">
<Link>Microsoft\Data\Common\NameValuePair.cs</Link>
</Compile>
<Compile Include="$(CommonSourceRoot)Microsoft\Data\Common\SqlUtil.cs">
<Link>Microsoft\Data\Common\SqlUtil.cs.cs</Link>
</Compile>
<Compile Include="$(CommonSourceRoot)Microsoft\Data\DataException.cs">
<Link>Microsoft\Data\DataException.cs</Link>
Expand Down Expand Up @@ -550,7 +553,7 @@
</Compile>
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlUtil.cs">
<Link>Microsoft\Data\SqlClient\SqlUtil.cs</Link>
</Compile>
</Compile>
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlTransaction.Common.cs">
<Link>Microsoft\Data\SqlClient\SqlTransaction.Common.cs</Link>
</Compile>
Expand Down Expand Up @@ -662,7 +665,6 @@
<Compile Include="Microsoft\Data\SqlClient\SqlDiagnosticListener.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlTransaction.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlUtil.cs" />
<Compile Include="Microsoft\Data\SqlClient\TdsParser.cs" />
<Compile Include="Microsoft\Data\SqlClient\TdsParser.NetCoreApp.cs" />
<Compile Include="Microsoft\Data\SqlClient\TdsParser.RegisterEncoding.cs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
<Compile Include="$(CommonSourceRoot)Microsoft\Data\Common\NameValuePair.cs">
<Link>Microsoft\Data\Common\NameValuePair.cs</Link>
</Compile>
<Compile Include="$(CommonSourceRoot)Microsoft\Data\Common\SqlUtil.cs">
<Link>Microsoft\Data\Common\SqlUtil.cs.cs</Link>
</Compile>
<Compile Include="$(CommonSourceRoot)Microsoft\Data\DataException.cs">
<Link>Microsoft\Data\DataException.cs</Link>
</Compile>
Expand Down Expand Up @@ -581,7 +584,7 @@
</Compile>
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\SqlUtil.cs">
<Link>Microsoft\Data\SqlClient\SqlUtil.cs</Link>
</Compile>
</Compile>
<Compile Include="$(CommonSourceRoot)Microsoft\Data\SqlClient\TdsEnums.cs">
<Link>Microsoft\Data\SqlClient\TdsEnums.cs</Link>
</Compile>
Expand Down Expand Up @@ -689,7 +692,6 @@
<Compile Include="Microsoft\Data\SqlClient\SqlSequentialStreamSmi.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlSequentialTextReaderSmi.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlTransaction.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlUtil.cs" />
<Compile Include="Microsoft\Data\SqlClient\TdsParser.cs" />
<Compile Include="Microsoft\Data\SqlClient\TdsParserHelperClasses.cs" />
<Compile Include="Microsoft\Data\SqlClient\TdsParserStateObject.netfx.cs" />
Expand Down
Loading

0 comments on commit 6c8cfa9

Please sign in to comment.