[cvs] expresso commit by mtraum: added blob and clob mappings
JCorporate Ltd
jcorp at jcorp2.servlets.net
Tue Oct 26 10:35:50 PDT 2004
Log Message:
-----------
added blob and clob mappings
Modified Files:
--------------
expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/config:
postgresql72.xml
Revision Data
-------------
Index: postgresql72.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/config/postgresql72.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/config/postgresql72.xml -Lexpresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/config/postgresql72.xml -u -r1.1 -r1.2
--- expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/config/postgresql72.xml
+++ expresso-web/WEB-INF/src/com/jcorporate/expresso/core/db/config/postgresql72.xml
@@ -23,6 +23,14 @@
<db-type>BYTEA</db-type>
</type-mapping>
<type-mapping>
+ <java-type>BLOB</java-type>
+ <db-type>BYTEA</db-type>
+ </type-mapping>
+ <type-mapping>
+ <java-type>CLOB</java-type>
+ <db-type>TEXT</db-type>
+ </type-mapping>
+ <type-mapping>
<java-type>BOOLEAN</java-type>
<db-type>BOOLEAN</db-type>
</type-mapping>
More information about the cvs
mailing list