Skip to content

Commit

Permalink
Fixed flyway#1817: DB2 truncate statement fails under Flyway 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Fontaine committed Nov 13, 2017
1 parent f59f120 commit e7cac82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -8,16 +8,16 @@
Simple, focused and powerful.

#### Works on
Windows, Mac OSX, Linux, Java and Android
Windows, macOS, Linux, Java and Android

#### Supported build tools
Maven, Gradle, Ant and SBT
Maven and Gradle

#### Supported databases
Oracle, SQL Server, SQL Azure, DB2, DB2 z/OS, MySQL, MariaDB, Google Cloud SQL, PostgreSQL, Redshift, Greenplum, Vertica, EnterpriseDB, H2, Hsql, Derby, SQLite
Oracle, SQL Server, DB2, MySQL, MariaDB, PostgreSQL, Redshift, Greenplum, Vertica, EnterpriseDB, H2, Hsql, Derby, SQLite

#### Third party plugins
Grails, Play!, Grunt, Griffon, Ninja, ...
SBT, Ant, Spring Boot, Grails, Play!, DropWizard, Grunt, Griffon, Ninja, ...

## Documentation
https://flywaydb.org
Expand Down
Expand Up @@ -132,6 +132,6 @@ public boolean catalogIsSchema() {

@Override
public boolean useSingleConnection() {
return true;
return false;
}
}
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -284,6 +284,7 @@






<dependency>
Expand Down

0 comments on commit e7cac82

Please sign in to comment.