[Rt-commit] rt branch, 4.2/customfield-attributes, repushed

Alex Vandiver alexmv at bestpractical.com
Tue Sep 2 12:12:30 EDT 2014


The branch 4.2/customfield-attributes was deleted and repushed:
       was 595c62367332577047a863749c4e27698247230a
       now 0b4296db35f2d75324f1b0e80d4b6d56d0e4cbb3

1:  595c623 ! 1:  0b4296d Don't create empty LinkValueTo/IncludeContentForValue attributes
    @@ -26,7 +26,7 @@
     +        # We do the delete in pure SQL because Attribute collections
     +        # otherwise attempt to hash everything in memory.  As this may
     +        # be a large list, do it directly.
    -+        $RT::Handle->dbh->do(<<EOSQL);
    ++        RT->DatabaseHandle->dbh->do(<<EOSQL);
     +            DELETE FROM Attributes
     +             WHERE (Name = 'LinkValueTo' OR Name = 'IncludeContentForValue')
     +               AND (Content = '' OR Content IS NULL);



More information about the rt-commit mailing list