assertj / assertj/assertj-db

Unable to detect changes not default schema

Open
#176 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
130
Forks
21
PR merge metrics
No merged PRs in 30d

Description

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.

```
OracleDataSource ods = new OracleDataSource();
ods.setURL(...);
ods.setUser(...);
ods.setPassword(...);

Changes changes = new Changes(ods);
changes.setStartPointNow();

makeChangesInTheData();

changes.setEndPointNow();
```

Changes targets the default schema for change detection, can it target another schema?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.