Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use many DBs together #111

Open
manuelma opened this issue Dec 8, 2023 · 1 comment
Open

Use many DBs together #111

manuelma opened this issue Dec 8, 2023 · 1 comment
Assignees

Comments

@manuelma
Copy link
Collaborator

manuelma commented Dec 8, 2023

At the moment, using_spinedb attempts to clear whatever convenience functions have been created so far. So if the user modifies their DB, further calls to using_spinedb should reflect the new contents of the DB. Some users have reported that some artifacts from older calls remain, but I haven't been able to reproduce that.

We could be more aggressive in clearing the older convenience functions by assigning nothing to them.

But also, this should be optional. In case the user wants to use multiple DBs together, that should also be possible.

@manuelma manuelma self-assigned this Dec 8, 2023
manuelma added a commit that referenced this issue Dec 8, 2023
@manuelma
Copy link
Collaborator Author

manuelma commented Dec 8, 2023

Fixed by c0a5f73

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

No branches or pull requests

1 participant