Last modified: 2010-05-15 15:38:37 UTC
SQL> describe categorylinks; Name Null? Type ----------------------------------------- -------- ---------------------------- CL_FROM NOT NULL NUMBER(8) CL_TO NOT NULL VARCHAR2(255) CL_SORTKEY VARCHAR2(86) CL_TIMESTAMP NOT NULL TIMESTAMP(6) WITH TIME ZONE cl_timestamp is not null and must be given a value, however: A database error has occurred Query: INSERT INTO CATEGORYLINKS (cl_from,cl_to,cl_sortkey) VALUES (:cl_from, :cl_to, :cl_sortkey) Function: LinksUpdate::doDumbUpdate Error: 0 ORA-01400: cannot insert NULL into ("WIKIUSER"."CATEGORYLINKS"."CL_TIMESTAMP")<br /> it does not insert any value into that column.
Fixed in CVS for 1.6 release.