Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
cd2211a
netcore, netfx: sync declarations of TdsOperationStatus variables
edwardneal Aug 9, 2025
076f87b
netcore: reorder TryProcessUDTMetadata
edwardneal Aug 9, 2025
9499343
netfx: reorder WriteTceFeatureRequest
edwardneal Aug 9, 2025
06b292d
netfx: reorder WriteAzureSQLSupportFeatureRequest
edwardneal Aug 9, 2025
878fcd4
netcore, netfx: merge WriteInt and SerializeInt
edwardneal Aug 9, 2025
c19a10d
netcore: remove ConstructGuid method
edwardneal Aug 9, 2025
8806a93
netcore, netfx: refactor and sync serialization of guids
edwardneal Aug 10, 2025
b9d396f
netcore, netfx: refactor and sync serialization of floats and doubles
edwardneal Aug 10, 2025
43e90dd
netfx: adjust TraceString - parameter was being passed to it which wa…
edwardneal Aug 10, 2025
a8be2f1
netcore: sync exception messages with netfx
edwardneal Aug 10, 2025
8793af7
netfx, netcore: centralise masking of received server options
edwardneal Aug 10, 2025
01b02db
netcore: enforce server certificate validation if AccessTokenCallback…
edwardneal Aug 10, 2025
209663e
netfx: add static lambda to TdsExecuteSQLBatch
edwardneal Aug 10, 2025
693069f
netfx: remove failed attempt at static lambda
edwardneal Aug 10, 2025
6d98357
netfx: sync reference to length of JSON metadata substitution sequence
edwardneal Aug 10, 2025
1d3930a
netfx: pre-PR correction: match previous behaviour when writing Guid …
edwardneal Aug 10, 2025
539b993
Flip order of debug assertion
edwardneal Aug 12, 2025
ea7f728
Next round of code review
edwardneal Aug 28, 2025
3694fdd
netcore, netfx: sync TraceString
edwardneal Aug 29, 2025
b475b85
Expand ParametersTest to include SqlGuid (including null value)
edwardneal Aug 29, 2025
e079e09
Merge main
edwardneal Aug 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,6 @@
<Compile Include="Microsoft\Data\SqlClient\SqlConnectionHelper.cs" />
<Compile Include="Microsoft\Data\SqlClient\SqlInternalConnectionTds.cs" />
<Compile Include="Microsoft\Data\SqlClient\TdsParser.cs" />
<Compile Include="Microsoft\Data\SqlClient\TdsParser.netcore.cs" />
<Compile Include="Microsoft\Data\SqlClient\TdsParser.RegisterEncoding.cs" />
<Compile Include="Microsoft\Data\SqlClient\TdsParserStateObject.netcore.cs" />
<Compile Include="Microsoft\Data\SqlClient\TdsParserStateObjectManaged.cs" />
Expand Down
Loading
Loading