From: <one...@us...> - 2002-11-24 16:19:06
|
Update of /cvsroot/hibernate/Hibernate In directory sc8-pr-cvs1:/tmp/cvs-serv27296 Modified Files: hibernate.properties Log Message: minor changes Index: hibernate.properties =================================================================== RCS file: /cvsroot/hibernate/Hibernate/hibernate.properties,v retrieving revision 1.88 retrieving revision 1.89 diff -C2 -d -r1.88 -r1.89 *** hibernate.properties 24 Nov 2002 13:02:30 -0000 1.88 --- hibernate.properties 24 Nov 2002 16:19:04 -0000 1.89 *************** *** 129,135 **** ## Interbase ! #hibernate.dialect cirrus.hibernate.sql.InterbaseDialect ! #hibernate.connection.username sysdba ! #hibernate.connection.password masterkey ## DO NOT specify hibernate.connection.sqlDialect --- 129,135 ---- ## Interbase ! hibernate.dialect cirrus.hibernate.sql.InterbaseDialect ! hibernate.connection.username sysdba ! hibernate.connection.password masterkey ## DO NOT specify hibernate.connection.sqlDialect *************** *** 142,147 **** ## Pure Java ! #hibernate.connection.driver_class org.firebirdsql.jdbc.FBDriver ! #hibernate.connection.url jdbc:firebirdsql:localhost/3050:/firebird/test.gdb --- 142,147 ---- ## Pure Java ! hibernate.connection.driver_class org.firebirdsql.jdbc.FBDriver ! hibernate.connection.url jdbc:firebirdsql:localhost/3050:/firebird/test.gdb |