Replies: 3 comments 3 replies
-
I'm curious what your use case is for multiple dbs. I guess you are only use odb APIs as nothing else in OR is likely to work in such a scenario. We could add an API to setup the logger. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Does this satisfy your needs
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Done #4749 The odb APIs should be fine. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In issue #4692:
The problem with that is while
odb.dbDatabase.create()
allows multiple DBs to exist simultaneously, the new API does not. We do have a number of scripts that operate on two databases simultaneously. Problem is, now we have three ways of doing this, none of which are ideal:This fails with "No logger is installed in odb."
This fails with "You can't load a new db file as the db is already populated"
This works, but is horrifying and is likely to fail for multiple reasons in the future.
Advice?
Beta Was this translation helpful? Give feedback.
All reactions