[jboss-cvs] jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils ...
Max Rydahl Andersen
mandersen at jboss.com
Thu Nov 16 12:30:09 EST 2006
User: mandersen
Date: 06/11/16 12:30:09
Modified: hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils
DriverClassHelpers.java
Log:
upgrade to latest hibernatetools snapshot + various ui fixes
Revision Changes Path
1.9 +10 -1 jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/DriverClassHelpers.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: DriverClassHelpers.java
===================================================================
RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse.console/src/org/hibernate/eclipse/console/utils/DriverClassHelpers.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- DriverClassHelpers.java 3 Aug 2006 06:07:04 -0000 1.8
+++ DriverClassHelpers.java 16 Nov 2006 17:30:09 -0000 1.9
@@ -98,6 +98,15 @@
}
);
+ addDriverAndURLS("org.hibernate.dialect.MySQLDialect",
+ "com.mysql.jdbc.Driver",
+ new String[] {
+ "jdbc:mysql://<hostname>/<database>",
+ "jdbc:mysql:///test",
+ "jdbc:mysql:///<name>",
+ "jdbc:mysql://<host><:port>/<database>"
+ }
+ );
addDriverAndURLS("org.hibernate.dialect.MySQLInnoDBDialect",
"org.gjt.mm.mysql.Driver",
new String[] {
More information about the jboss-cvs-commits
mailing list