apache / apache/arrow-adbc

feat(csharp): Be more rigorous about "state hygiene"

Open
#1,300 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.