Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
dotnet
/
SqlClient
Public
Notifications
You must be signed in to change notification settings
Fork
332
Star
986
Code
Issues
232
Pull requests
47
Discussions
Actions
Projects
Wiki
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Async multi packet fixes
- #3534
#3534
Merged
paulmedynski
merged 16 commits into
dotnet:main
dotnet/SqlClient:main
from
Wraith2:fix-3519
Wraith2/SqlClient:fix-3519
Copy head branch name to clipboard
Sep 8, 2025
Conversation
Commits
16
(16)
Checks
Files changed
Merged
Async multi packet fixes
#3534
paulmedynski
merged 16 commits into
dotnet:main
dotnet/SqlClient:main
from
Wraith2:fix-3519
Wraith2/SqlClient:fix-3519
Copy head branch name to clipboard
Commits
Commits on Sep 6, 2025
remove spare packet
Wraith2
committed
31b5f28
View commit details
Copy full SHA for 31b5f28
Browse repository at this point
fix read error with reused uncleared packet
Show description for 4b891d8
Wraith2
committed
4b891d8
View commit details
Copy full SHA for 4b891d8
Browse repository at this point
additinal fix for 0 length case
Wraith2
committed
924342f
View commit details
Copy full SHA for 924342f
Browse repository at this point
fix pending read counters force process sni compatibility mode by default
Wraith2
committed
6109626
View commit details
Copy full SHA for 6109626
Browse repository at this point
use division not shift
Wraith2
committed
2374129
View commit details
Copy full SHA for 2374129
Browse repository at this point
Fix cached buffer attempting to use storage when continue is not occuring
Wraith2
committed
f88a354
View commit details
Copy full SHA for f88a354
Browse repository at this point
fix and clarify RequiredLength vs CurrentLength in ProcessSniPacket
Wraith2
committed
09dd588
View commit details
Copy full SHA for 09dd588
Browse repository at this point
sync assertions
Wraith2
committed
bc0e487
View commit details
Copy full SHA for bc0e487
Browse repository at this point
prevent multiple appends to an open snapshot
Wraith2
committed
e54144b
View commit details
Copy full SHA for e54144b
Browse repository at this point
add continue capability back and make it opt-in for supporting callee functions
Wraith2
committed
0934b92
View commit details
Copy full SHA for 0934b92
Browse repository at this point
reduce memory usage when reading strings in continue mode
Wraith2
committed
a91ec4f
View commit details
Copy full SHA for a91ec4f
Browse repository at this point
avoid 0 length array allocations
Wraith2
committed
8b6e985
View commit details
Copy full SHA for 8b6e985
Browse repository at this point
fix ReqeustContinue to be sync safe
Wraith2
committed
737ccf9
View commit details
Copy full SHA for 737ccf9
Browse repository at this point
fix 3527
Show description for 2e38fa9
Wraith2
committed
2e38fa9
View commit details
Copy full SHA for 2e38fa9
Browse repository at this point
fix rebase merge error
Wraith2
committed
64f45c6
View commit details
Copy full SHA for 64f45c6
Browse repository at this point
review feedback, add local for char size
Wraith2
committed
916db6a
View commit details
Copy full SHA for 916db6a
Browse repository at this point
You can’t perform that action at this time.