Opened 18 years ago
Closed 18 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 , 18 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
An example/test case would be nice, bouldersprinters :)