Skip to content

Commit

Permalink
correct db allocator dbs
Browse files Browse the repository at this point in the history
  • Loading branch information
stliu committed Sep 28, 2011
1 parent 21ef67b commit 333d989
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -42,6 +42,7 @@ public class DBAllocationHelper {
private static final String PASSWORD_PROP = "hibernate.connection.password";
//DBAllocator supports the following DBs
private static def supportedDB = ["oracle9i", "oracle10g", "oracle11gR1", "oracle11gR2",
"oracle11gR2RAC","oracle11gR1RAC",
"postgresql82", "postgresql83", "postgresql84", "mysql50", "mysql51",
"db2-91", "db2-97", "mssql2005", "mssql2008R1", "mssql2008R2", "sybase155"];

Expand Down

0 comments on commit 333d989

Please sign in to comment.