Author: vmassol
Date: 2008-01-08 16:20:54 +0100 (Tue, 08 Jan 2008)
New Revision: 6672
Modified:
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-core/src/main/resources/xwiki.oracle.hbm.xml
Log:
XWIKI-1995: Error inserting NULL values in NOT-NULL fields under Oracle for
Version Comments/Authors
Merged from trunk (rev 6669)
Modified:
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-core/src/main/resources/xwiki.oracle.hbm.xml
===================================================================
---
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-core/src/main/resources/xwiki.oracle.hbm.xml
2008-01-08 15:08:00 UTC (rev 6671)
+++
xwiki-platform/core/branches/xwiki-core-1.2/xwiki-core/src/main/resources/xwiki.oracle.hbm.xml
2008-01-08 15:20:54 UTC (rev 6672)
@@ -100,12 +100,12 @@
<property name="comment" type="string">
<column name="XWD_COMMENT" length="1023" />
</property>
-
+
<property name="minorEdit1" type="boolean">
<column name="XWD_MINOREDIT" not-null="true" />
</property>
</class>
-
+
<class name="com.xpn.xwiki.doc.rcs.XWikiRCSNodeInfo" table="xwikircs">
<composite-id name="id" class="com.xpn.xwiki.doc.rcs.XWikiRCSNodeId">
<key-property name="docId" column="XWR_DOCID" type="long" />
@@ -114,9 +114,9 @@
</composite-id>
<property name="date" type="timestamp" column="XWR_DATE"
not-null="true" />
<property name="comment" type="text">
- <column name="XWR_COMMENT" sql-type="clob" not-null="true" />
+ <column name="XWR_COMMENT" sql-type="clob" />
</property>
- <property name="author" type="string" column="XWR_AUTHOR"
not-null="true" />
+ <property name="author" type="string" column="XWR_AUTHOR" />
<property name="diff" type="boolean" column="XWR_ISDIFF"
not-null="false" update="false" insert="false" />
</class>
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications