Roundup Tracker - Issues

Issue 703297

classification
schema compare in rdbms_common.update_class()
Type: Severity: normal
Components: Database Versions:
process
Status: closed fixed
:
: :
Priority: normal :

Created on 2003-03-13 23:19 by anonymous, last changed 2003-03-13 23:19 by anonymous.

Messages
msg722 Author: [hidden] (anonymous) Date: 2003-03-13 23:19
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
2003-03-13 23:19:11anonymouscreate