Kenneth Porter wrote:
On Wednesday, September 06, 2006 2:38 PM +0200 Werner <[EMAIL PROTECTED]> wrote:

      my $sql = 'SELECT * FROM PhysicalAction ORDER BY timestamp ASC, '
-            . 'itemtype ASC, priority ASC, sortkey ASC';
+            . 'itemtype ASC, priority ASC, sortkey ASC, action_id ASC';

Makes sense. You're adopting the order of operations in the file as a disambiguator when the timestamps are the same.
Thanks for clearing that up Kenneth. For some reason when I first looked at that I thought he was using the name of the action to sort on and it just so happened PIN comes before UNPIN. :)

I committed this in r264.
_______________________________________________
vss2svn-users mailing list
Project homepage:
http://www.pumacode.org/projects/vss2svn/
Subscribe/Unsubscribe/Admin:
http://lists.pumacode.org/mailman/listinfo/vss2svn-users-lists.pumacode.org
Mailing list web interface (with searchable archives):
http://dir.gmane.org/gmane.comp.version-control.subversion.vss2svn.user

Reply via email to