feat(csharp): Be more rigorous about "state hygiene"
Open
- Dominant language
- C#
- Stars
- 627
- Forks
- 217
- Avg merge
- 17h
- Merged PRs (30d)
- 57
Description
For instance, consider not allowing a connection to be closed while there's still a reader active. For the ADO.NET wrapper, don't allow the driver or other properties to be changed while the connection is open. For consistency with other ADO.NET providers, consider not auto-opening the connection when a command is created. Be precise about the number of open statements/commands that can be associated with a connection.
Contributor guide
Assessment
This issue has not been assessed yet.