Page MenuHomePhabricator

refreshLinks doesn't insert cl_timestamp
Closed, ResolvedPublic

Description

Author: river

Description:
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.


Version: 1.5.x
Severity: normal
OS: Solaris
Platform: PC

Details

Reference
bz2861

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:42 PM
bzimport set Reference to bz2861.
bzimport added a subscriber: Unknown Object (MLST).