#73 closed defect (bug) (fixed)
Implement Tag Merging
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Back-end | Keywords: | tags merge |
| Cc: |
Description
The difficulty here comes from the inability of MySQL 4.0 to perform IN queries on tuples: SELECT (3,4) IN ((2,3),(3,4)).
Note: See
TracTickets for help on using
tickets.
(In [125]) Ability to Merge Tags. Clean up tag removal and destruction. Fixes #73.