Indexes are in schema files that are related to constraints #4
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
suggestion
support
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-dbi#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a constraint is created, there is usually an associated index that is also created automatically. Because of this we don't need to create the index explicitly.
How I would like to fix this is, we process constraints BEFORE indexes (currently the other way around). Then while we are processing indexes we check if a constraint exists with the same name, which if so then just skip that index.
added ~152 label
added ~153 label
mentioned in issue #5
added ~160 label
closed
removed ~160 label