Incorrect artist_credit.name

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Normal
    • Bug fixes, 2011-11-14
    • Affects Version/s: Bug fixes, 2011-10-10
    • Component/s: None
    • None

      See http://tickets.musicbrainz.org/browse/OTHER-64 for details. These two queries should return the same result, but they don't:

      select * from artist_name where id = (select name from artist_credit where id=621728);
      select * from artist_name where id = (select name from artist_credit_name where artist_credit=621728);

      http://chatlogs.musicbrainz.org/musicbrainz-devel/2011/2011-11/2011-11-07.html#T13-07-24-92418

      I assume that artist_credit.name is not correctly updated on merge.

            Assignee:
            Lukáš Lalinský
            Reporter:
            Lukáš Lalinský
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package
                Bug fixes, 2011-11-14