Opened 17 years ago

Closed 17 years ago

#3743 closed (fixed)

[boulder-oracle] "ORA-01408: Such column list already indexed" warnings

Reported by: Matt Boersma Owned by: Adrian Holovaty
Component: Database layer (models, ORM) Version: other branch
Severity: Keywords: oracle
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In tests/runtests.py, as well as installing some of my own models, the Oracle code tries to create a redundant index. It is benign for now, but should be cleaned up (didn't Postgres have a similar issue before?).

Change History (2)

comment:1 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedAccepted

An example/test case would be nice, bouldersprinters :)

comment:2 by Matt Boersma, 17 years ago

Resolution: fixed
Status: newclosed

(In [4916]) boulder-oracle-sprint: Fixed #3743 by not creating another index when
the column is a PK and the backend is Oracle.

Note: See TracTickets for help on using tickets.
Back to Top