Skip to content

Commit

Permalink
Fixed flyway#1588 Add single-connection mode for SQL Server
Browse files Browse the repository at this point in the history
  • Loading branch information
Axel Fontaine committed Apr 4, 2017
1 parent a46ab23 commit 546eb8b
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -110,4 +110,9 @@ public Schema getSchema(String name) {
public boolean catalogIsSchema() {
return false;
}

@Override
public boolean useSingleConnection() {
return true;
}
}

0 comments on commit 546eb8b

Please sign in to comment.