do not allow attributeDefs with same name and different case

XMLWordPrintable

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Minor
    • 2.5.48
    • Affects Version/s: None
    • Component/s: None
    • None

      If you want to have attributeDefs with same name case-insensitive, set this in grouper.properties

       

      grouperHook.AttributeDefUniqueNameCaseInsensitiveHook.autoRegister = false

       

      To see if you have two attributeDefs with same name, run this query
       

      select * from grouper_attribute_def gad1, grouper_attribute_def gad2
      where gad1.id != gad2.id and 
      lower(gad1.name) = lower(gad2.name)

            Assignee:
            Chris Hyzer (upenn.edu)
            Reporter:
            Chris Hyzer (upenn.edu)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: