flyway icon indicating copy to clipboard operation
flyway copied to clipboard

Flyway by Redgate • Database Migrations Made Easy.

Results 197 flyway issues
Sort by recently updated
recently updated
newest added

Added Vertica 10.1 support. Used existing vertica_9_pr as starting point, improved, fixed some bugs and tested on newer Vertica version. Tested for Vertica 10.1. I am in contact with Vertica...

t: database support

Use pr https://github.com/flyway/flyway/pull/2981 - update for new scheme implementation. Fix some problem with distributed logic, when more one instance application.

Hello When i try to use flyway migration API from WildFly Standalone session bean on application start i got Exception: ... Caused by: org.flywaydb.core.api.FlywayException: Unable to find PostgreSQL CopyManager class...

This PR adds support for `jdbc:otel:` prefix, which can be used by OpenTelemetry Manual Instrumentation: https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/jdbc/library.

t: feature
t: database support

Trino (formerly known as Presto) is a distributed SQL query engine designed to query large data sets distributed over one or more heterogeneous data sources. It's an open-source project, using...

t: database support

ClickHouse support for flyway. Updated #3134 from master.

Add Exasol 6.0+ support Resolves: https://github.com/flyway/flyway/issues/2018

t: feature
t: database support

t: feature
t: database support

Added a connector for [SingleStoreDB](https://www.singlestore.com/) The connector uses [SingleStore JDBC driver](https://docs.singlestore.com/db/v7.6/en/developer-resources/connect-with-application-development-tools/connect-with-java-jdbc/the-singlestore-jdbc-driver.html) SingleStoreDB is compatible with MySQL but the syntax of some queries is different and it doesn't support some MySQL...