Solved
Forum Discussion
1 Reply
Sort By
- Marsha_R
Champion Level 3
Looks like it's the IgnoreRunning parameter here
- tklemensenNew Contributor
Thank you. 🙂 Seems obvious after you pointed out the Run Method page. I missed the obvious.
Thanks again.
- thatsthatContributor
Found the solution add 'searchpath' to the connection string like this:
jdbc:postgresql://0.0.0.1:5432/oompaloompa?searchpath=bluesky&user=player1&password=PASS_VALUE
or instead of searchpath=
use currentSchema=