You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This behavior is quite strange, since the option is not respected.
Raising an error in this case would probably be more appropriate, the problem with the exception is that by adding the engines one by one it's easy to encounter an error while adding them.
I'm not sure how to best support this scenario.
One option is to make the engine selection lazy, so that only on the first use we check for this, the user does not have an immediate feedback with this approach
The text was updated successfully, but these errors were encountered:
Currently when
read_from_rw_engines
orwrite_to_rw_engines
are False and no engine is read-only or write-only all the engine are used.falcon-sqla/falcon_sqla/manager.py
Lines 41 to 44 in b75af08
This behavior is quite strange, since the option is not respected.
Raising an error in this case would probably be more appropriate, the problem with the exception is that by adding the engines one by one it's easy to encounter an error while adding them.
I'm not sure how to best support this scenario.
One option is to make the engine selection lazy, so that only on the first use we check for this, the user does not have an immediate feedback with this approach
The text was updated successfully, but these errors were encountered: