Add final controlled_for_whitespace checks

XMLWordPrintable

    • Type: Task
    • Resolution: Fixed
    • Priority: Normal
    • Schema change, 2012-10-15
    • Affects Version/s: None
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved:

                Version Package
                Schema change, 2012-10-15