Key: |
QB-1093
|
Type: |
Bug
|
Status: |
Closed
|
Resolution: |
Fixed
|
Priority: |
Major
|
Assignee: |
Steve Luo
|
Reporter: |
Steve Luo
|
Votes: |
0
|
Watchers: |
0
|
If you were logged in you would be able to see more operations.
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Below exception occurred when viewing build page or statistics page on occasion:
java.sql.SQLException: Referential integrity constraint violation: "CONSTRAINT_C8: PUBLIC.MODIFICATIONS FOREIGN KEY(BUILDID, CHANGEID, REPOSITORY) REFERENCES PUBLIC.CHANGESETS(BUILDID, CHANGEID, REPOSITORY)"; SQL statement:
INSERT INTO modifications(buildid, changeid, repository, filename, edition, previousedition, action, pathtype) VALUES (?, ?, ?, ?, ?, ?, ?, ?) [23506-159] Query: INSERT INTO modifications(buildid, changeid, repository, filename, edition, previousedition, action, pathtype) VALUES (?, ?, ?, ?, ?, ?, ?, ?) Parameters:
|
Description
|
Below exception occurred when viewing build page or statistics page on occasion:
java.sql.SQLException: Referential integrity constraint violation: "CONSTRAINT_C8: PUBLIC.MODIFICATIONS FOREIGN KEY(BUILDID, CHANGEID, REPOSITORY) REFERENCES PUBLIC.CHANGESETS(BUILDID, CHANGEID, REPOSITORY)"; SQL statement:
INSERT INTO modifications(buildid, changeid, repository, filename, edition, previousedition, action, pathtype) VALUES (?, ?, ?, ?, ?, ?, ?, ?) [23506-159] Query: INSERT INTO modifications(buildid, changeid, repository, filename, edition, previousedition, action, pathtype) VALUES (?, ?, ?, ?, ?, ?, ?, ?) Parameters: |
Show » |
There are no comments yet on this issue.
|
|