You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by bu...@apache.org on 2014/05/26 19:01:55 UTC

svn commit: r910012 - in /websites/staging/isis/trunk: cgi-bin/ content/ content/components/objectstores/jdo/mapping-blobs.html

Author: buildbot
Date: Mon May 26 17:01:55 2014
New Revision: 910012

Log:
Staging update by buildbot for isis

Modified:
    websites/staging/isis/trunk/cgi-bin/   (props changed)
    websites/staging/isis/trunk/content/   (props changed)
    websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-blobs.html

Propchange: websites/staging/isis/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May 26 17:01:55 2014
@@ -1 +1 @@
-1597553
+1597613

Propchange: websites/staging/isis/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon May 26 17:01:55 2014
@@ -1 +1 @@
-1597553
+1597613

Modified: websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-blobs.html
==============================================================================
--- websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-blobs.html (original)
+++ websites/staging/isis/trunk/content/components/objectstores/jdo/mapping-blobs.html Mon May 26 17:01:55 2014
@@ -476,7 +476,7 @@
       @javax.jdo.annotations.Column(name = "attachment_chars", sqlType = "VARCHAR", length=2048)
 </pre>
 
-<h1>Mapping to VARBINARY or VARCHAR</h1>
+<h3>Mapping to VARBINARY or VARCHAR</h3>
 
 <p>Instead of mapping to a <code>Blob</code> or <code>Clob</code> datatype, you might also specify map to a <code>VARBINARY</code> or <code>VARCHAR</code>.  In this case you will need to specify a length.  For example:</p>