Skip to content

Commit

Permalink
add platform string for "Informix Dynamic Server"
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed May 28, 2013
1 parent 84ea737 commit 1c6b7cc
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -73,6 +73,7 @@ public class JdbcDatabasePlatformFactory {
addPlatform(platforms, "H2", H2DatabasePlatform.class);
addPlatform(platforms, "H21", H2DatabasePlatform.class);
addPlatform(platforms, "Informix Dynamic Server11", InformixDatabasePlatform.class);
addPlatform(platforms, "Informix Dynamic Server", InformixDatabasePlatform.class);
addPlatform(platforms, "Apache Derby", DerbyDatabasePlatform.class);
addPlatform(platforms, "Firebird", FirebirdDatabasePlatform.class);
addPlatform(platforms, DatabaseNamesConstants.GREENPLUM, GreenplumPlatform.class);
Expand Down

0 comments on commit 1c6b7cc

Please sign in to comment.