flyway icon indicating copy to clipboard operation
flyway copied to clipboard

Flyway by Redgate • Database Migrations Made Easy.

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

Added support for EsgynDB and Apache Trafodion to address issue EsgynDB support #2103. JDBC drivers for both would be needed for final product deployment.

t: feature
t: database support

t: feature
t: database support

NuoDB is a "NewSQL" datastore (using the http://www.nuodb.com). In issue #671, rbuck provided an initial integration. I merged this with the current state of flyway, and adapted it to the...

t: feature
t: database support

update hsqldb FUNCTION/PROCEDURE/TRIGGER block error

Add sqlvault command to encrypt/decrypt sql source file easily Add 3 parameters: askVaultPassword, vaultPasswordFile and vaultPassword Add some StringUtils functions Set private function in Main to protected Add prompt for...

t: feature

Snowflake recently introduced a change that shows also built-in procedures for `SHOW PROCEDURES`, which breaks the clean action. https://community.snowflake.com/s/article/SHOW-PROCEDURES-Command-Output-Includes-Both-User-created-and-Built-in-Stored-Procedures The proposed patch limits the output to only user procedures.

Main changes: - Added support for neo4j migrations. - Included neo4j docker container. - Changed core Flyway.java to get MetaDataTable from DBSupport. - Needed to proxy neo4j library classes so...

t: feature
t: database support

Make sure database and communitiy modules have a differnt automatic module name then the core module Fixes https://github.com/flyway/flyway/issues/3342

## Motivation: This PR aims to add support of Teradata database to Flyway. #1360 ## Context: Teradata is a fairly standard database but like all others has its specificities. -...

t: feature
t: database support

Resolves #142 All the tests in HiveMigrationTestCase pass. The default HiveDriver throws UnsupportedOperationException all over the place. I had to wrap the Driver and override some methods. I cannot seem...

t: feature
t: database support