Roundup Tracker - Issues

Message722

Author anonymous
Recipients
Date 2003-03-13.23:19:11
Message-id
In-reply-to
should the column specs (second tuple element) in 
new_spec and old_spec be sorted before comparing?

+        new_spec[1].sort()
+        old_spec[1].sort()

        if new_spec == old_spec:
            # no changes
            return 0


I my case they the only difference is the order. But the 
table is still regenerated.
History
Date User Action Args
2009-02-03 14:20:18adminlinkissue703297 messages
2009-02-03 14:20:18admincreate