Axel Fontaine

Results 48 comments of Axel Fontaine

Thanks for the feature request. This is a really niche requirement and I see the chances of a solution to this making it in the main distribution as virtually zero...

Pull request welcome. Also if you do decide to contribute, I would like to ask you to: - support this in the future in case issues arise (I will triage...

Postponing due to lack of official Docker images, making it a pain to integrate this in our internal test infrastructure.

@jexp We'll consider this for 5.1 (5.0 feature scope is already fixed)

No demand so far.

Hmmm would it be possible to detect the cluster and dynamically select InnoDB or NDB?

@filimonov The biggest impediment is this: https://db-engines.com/en/ranking Maintaining ClickHouse support unfortunately currently has a very low power to weight ratio.

@filimonov No immediate plans for this. See https://github.com/flyway/flyway/issues/1608#issuecomment-369514554 That is not to say neither of these DBs can ever be supported. It simply means that until they become much more...

As described here: http://flywaydb.org/contribute/code/database.html Tip: If your feature/bug fix doesn't impact the DB-specific code and you do not wish to set up all the databases, Flyway can be built using...

mvn -PNoInstallableDBTest should avoid you having to install anything. All tests should pass out of the box. (See travis-ci)