Uploaded image for project: 'MusicBrainz Server'
  1. MusicBrainz Server
  2. MBS-3741

Incorrect artist_credit.name

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • Bug fixes, 2011-11-14
    • Bug fixes, 2011-10-10
    • 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.

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

              Created:
              Updated:
              Resolved:

                Version Package
                Bug fixes, 2011-11-14