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

Add final controlled_for_whitespace checks

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Normal Normal
    • Schema change, 2012-10-15
    • None
    • None
    • None

      The following constraints could not be added in the 2012-08-20 release, due to there being too much data that violates these checks:

      ALTER TABLE artist_name   ADD CHECK (controlled_for_whitespace(name));
      ALTER TABLE track_name    ADD CHECK (controlled_for_whitespace(name));
      ALTER TABLE url           ADD CHECK (controlled_for_whitespace(description));
      

      These do ultimately need to be added.

            acid2 Oliver Charles
            acid2 Oliver Charles
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Version Package
                Schema change, 2012-10-15