Closed deusaquilus closed 4 days ago
DataSource should not immediately be created when a context is initialized, it should wait for the first DB command invocation. As a consequence of this, doing only a single invocation of translate should not fail due to no DB connection.
translate
DataSource should not immediately be created when a context is initialized, it should wait for the first DB command invocation. As a consequence of this, doing only a single invocation of
translate
should not fail due to no DB connection.