Closed adriens closed 6 years ago
public class AdditionalExecutable
extends BaseStagedExecutable {
private static final Logger LOGGER = Logger
.getLogger(AdditionalExecutable.class.getName());
...
@Override
public void executeOn(final Catalog catalog, final Connection connection)
throws Exception {
@adriens I will leave this issue open until I can fix the archetype.
For your existing executable, you will need to override
void executeOn(Catalog catalog,
Connection connection,
DatabaseSpecificOverrideOptions databaseSpecificOverrideOptions)
throws Exception;
Thanks @sualeh , i give it a try right now !
Yep, it did the job. :+1:
Did you modify the archetyp with this new signature ?
No, I am leaving this issue open until I fix the archetype.
Hmm, btw, i gues this is the objects that makes it possbile to user quotingStrategy, right ?
Impressive support performances : "adriens opened this Issue 2 hours ago " :smile_cat:
Have a nice week !...and thanks for the release ! :rocket:
@adriens - I am solving this another way, by not changing the original API for executables. Please wait for the next release.
Ok, i'm waiting for this.
Sorry for breaking this 👎
No problem, i'm happy to be source of enhancement as bêta tester ;-p This a pretty cool collaboration process :+1:
Fixed in SchemaCrawler 14.17.02.
Hi @sualeh , since 14.17.01, plugin compilation is fialing with the following message :
Could you give us some guidelines on :
Thank you in advance for your help, i've provided you the build log in case it could help :