Modify ↓
Ticket #733 (closed defect: fixed)
Oracle backend fails during constraint cache migration
| Reported by: | Stephan Jaensch <sj@…> | Owned by: | andrew |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | commands | Version: | mercurial |
| Keywords: | Cc: |
Description
self._constraint_cache is not properly initialized and thus a KeyError? is thrown. The following patch does the initialization the way it is done in the generic case.
Attachments
Change History
comment:1 Changed 2 years ago by andrew
Committed in [0c99c2a94675]. Thanks.
Note: See
TracTickets for help on using
tickets.
