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
Hi @jitsuishi Indeed assertj-db know have currently the capability to select schema and the Oracle JDBC driver either.
I think you can use Hikari as workaround.
You can try this :
HikariDataSource hikariDs = new HikariDataSource(); hikariDs.setDataSource(ods); hikariDs.setConnectionInitSql("ALTER SESSION SET CURRENT_SCHEMA = SOME_SCHEMA");
I am using Oracle DB for testing.
Also, the application user and the schema management user are different.
Watching at changes.changesList in the code below, it's null.
Changes targets the default schema for change detection, can it target another schema?
The text was updated successfully, but these errors were encountered: