Jörg Hohwiller

Results 270 comments of Jörg Hohwiller

OK. I havent been using low-level JDBC for a while. It seems that it is not a task of JDBC to deal with multiple statements in a single SQL string:...

> What would it need to implement a plugin for OrientDB? See my first comment: https://github.com/flyway/flyway/issues/947#issuecomment-178421097 Source-Code to get startet can be found here: https://github.com/flyway/flyway/tree/master/flyway-core/src/main/java/org/flywaydb/core/internal/dbsupport

> Probably, to make things easier, it just makes sense to write a statement per row and split the script line by line. Just guessing... according to what @axelfontaine wrote,...

I tried with the same but parameter `-e ORACLE_PWD=...` does not seem to have any effect. Not a single clue what the password for `sys` or `system` is and how...

Also tried `Oradoc_db1` and `XEPDB1` as passwords cause I found those in your sources. Did not work either...

OK. Need to be oracle user and use this command instead: ``` [oracle@27b79a603a8e dbhomeXE]$ ./bin/sqlplus sys/Oracle18@localhost/XE as sysdba ```

Sorry, for the late response - I was totally under water with lots of other OSS and closed projects. Thanks for your PR. First of all I want to give...

Not AFAIK. I fear that we create a feature that will cause releases to contain POMs with passwords from `settings.xml` accidentally.

To be honest, I was not even aware of the `.mvn/maven.config` feature. I am using some maven internals to resolve the POM but it seems these maven internals do not...

Thanks for your feedback. Still considered as a reasonable feature-enhancement but with lower priority. Still my biggest hope would be some movement in maven core to work on maven 4.x...