You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "David Johnson (JIRA)" <ji...@apache.org> on 2008/07/24 15:01:59 UTC

[jira] Created: (ROL-1739) Missing constraint on weblogentrytagagg table

Missing constraint on weblogentrytagagg table
---------------------------------------------

                 Key: ROL-1739
                 URL: https://issues.apache.org/roller/browse/ROL-1739
             Project: Roller
          Issue Type: Bug
          Components: Database Access & Data Model
            Reporter: David Johnson
            Assignee: Roller Unassigned


from Tatsuya Noyori on the Roller user list:

"I have had an error on Roller that is caused by duplicated records on
roller_weblogentrytagagg when I post an entry by AtomPub.
Thus, I would like to suggest to add the following SQL to dbscript of
create.sql in Roller."

alter table roller_weblogentrytagagg add constraint rweta_name_uq
unique ( websiteid, name );

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.