hakuya / higu

An ajax-based image organizer
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Double parent/child linkages in the database prevent removal of tags #19

Open hakuya opened 10 years ago

hakuya commented 10 years ago

There are a few double same-parent to same-child links in the database. When unassign() is attempted on these linkages, it fails. Double-linkages are technically not allowed, so this bug is a database format error. Either the database needs a tool that can fix these linkage errors, or unassign() should handle this case