Infrastructure: Avoid reference counting for open and close in SQLite provider #7527
Labels
breaking-change
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
providers-beware
type-enhancement
Milestone
RelationalConnection has logic to allow consumers of the service to call open/close without having to worry about whether the connection is actually being opened or closed. SqliteRelationalConnection duplicates this code, which is fragile in that updates to the specifics in the base class might not make it into the provider class.
The text was updated successfully, but these errors were encountered: