Skip to content

Change _mappings to instance variable from static#1304

Open
mostafa901 wants to merge 1 commit into
praeclarum:masterfrom
mostafa901:patch-1
Open

Change _mappings to instance variable from static#1304
mostafa901 wants to merge 1 commit into
praeclarum:masterfrom
mostafa901:patch-1

Conversation

@mostafa901

Copy link
Copy Markdown

Fixed an issue where a static _mapping dictionary caused table mappings to be shared across different SQLiteConnection instances and database paths. Converted _mapping to an instance member so mappings remain isolated per connection.

Fixed an issue where a static _mapping dictionary caused table mappings to be shared across different SQLiteConnection instances and database paths.
Converted _mapping to an instance member so mappings remain isolated per connection.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant