From: <one...@us...> - 2003-01-12 07:07:51
|
Update of /cvsroot/hibernate/Hibernate2/src In directory sc8-pr-cvs1:/tmp/cvs-serv5675/src Modified Files: hibernate.properties Log Message: added isFirst(), isLast() to ScrollableResults fixed problem finding properties inherited by interfaces and abstract classes support for elements(), indices(), max(), min(), count() functions Index: hibernate.properties =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/src/hibernate.properties,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** hibernate.properties 9 Jan 2003 15:15:34 -0000 1.5 --- hibernate.properties 12 Jan 2003 07:07:48 -0000 1.6 *************** *** 55,63 **** ## Oracle ! hibernate.dialect net.sf.hibernate.dialect.OracleDialect ! hibernate.connection.driver_class oracle.jdbc.driver.OracleDriver ! hibernate.connection.username ora ! hibernate.connection.password ora ! hibernate.connection.url jdbc:oracle:thin:@localhost:1521:test --- 55,63 ---- ## Oracle ! #hibernate.dialect net.sf.hibernate.dialect.OracleDialect ! #hibernate.connection.driver_class oracle.jdbc.driver.OracleDriver ! #hibernate.connection.username ora ! #hibernate.connection.password ora ! #hibernate.connection.url jdbc:oracle:thin:@localhost:1521:test *************** *** 103,114 **** ## MS SQL Server ! #hibernate.dialect net.sf.hibernate.dialect.SybaseDialect ! #hibernate.connection.username sa ! #hibernate.connection.password ## JSQL Driver ! #hibernate.connection.driver_class com.jnetdirect.jsql.JSQLDriver ! #hibernate.connection.url jdbc:JSQLConnect://CO3061835-A:1433 ## JTURBO Driver --- 103,114 ---- ## MS SQL Server ! hibernate.dialect net.sf.hibernate.dialect.SybaseDialect ! hibernate.connection.username foo ! hibernate.connection.password bar ## JSQL Driver ! hibernate.connection.driver_class com.jnetdirect.jsql.JSQLDriver ! hibernate.connection.url jdbc:JSQLConnect://WL99LCX27:1433 ## JTURBO Driver |