|
From: <pe...@us...> - 2004-01-07 16:16:01
|
Update of /cvsroot/neuclear/neuclear-commons/src/java/org/neuclear/commons/sql/entities
In directory sc8-pr-cvs1:/tmp/cvs-serv10668/src/java/org/neuclear/commons/sql/entities
Modified Files:
ColumnDefinition.java
Log Message:
I have updated all the current schemas, cleaned out the defunct ones and "completed"
the xfer and exch schemas.
Index: ColumnDefinition.java
===================================================================
RCS file: /cvsroot/neuclear/neuclear-commons/src/java/org/neuclear/commons/sql/entities/ColumnDefinition.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ColumnDefinition.java 31 Dec 2003 00:39:29 -0000 1.2
--- ColumnDefinition.java 7 Jan 2004 16:15:56 -0000 1.3
***************
*** 21,24 ****
--- 21,28 ----
$Id$
$Log$
+ Revision 1.3 2004/01/07 16:15:56 pelle
+ I have updated all the current schemas, cleaned out the defunct ones and "completed"
+ the xfer and exch schemas.
+
Revision 1.2 2003/12/31 00:39:29 pelle
Added Drivers for handling different Database dialects in the entity model.
***************
*** 84,87 ****
--- 88,93 ----
public static final int FIELD_LONG=13;
public static final int FIELD_BYTE=14;
+ public static final int FIELD_SHA1=15;
+
|