When SQL provisioning membership objects with a last updated field, job wants to select timestamp from group and entity fields

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • 5.18.1, 4.18.1
    • Affects Version/s: 5.18.0
    • Component/s: provisioning
    • None

      create table test3 (
          id SERIAL PRIMARY KEY,
          group_key  varchar(256),
          person_key  varchar(256),
          member_key  varchar(256), /* unused */
          tstamp      bigint
      );
      

      java.lang.RuntimeException: sql: select tstamp from grouper_members where null = 'T' and tstamp < ?

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

              Created:
              Updated:
              Resolved: