Update of /cvsroot/hibernate/Hibernate/cirrus/hibernate/type
In directory sc8-pr-cvs1:/tmp/cvs-serv26814/hibernate/type
Modified Files:
TimestampType.java
Log Message:
got tests working for firebird
Index: TimestampType.java
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/cirrus/hibernate/type/TimestampType.java,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** TimestampType.java 28 Oct 2002 15:41:53 -0000 1.29
--- TimestampType.java 20 Nov 2002 14:20:10 -0000 1.30
***************
*** 14,18 ****
}
public void set(PreparedStatement st, Object value, int index) throws SQLException {
-
Timestamp ts;
if (value instanceof Timestamp) {
--- 14,17 ----
|