Re: Fast UNPIN/PIN

2006-09-06 Thread Toby Johnson
Werner wrote: The timestamp for both entries is same - UNPIN / PIN in less than a second, it's the same button in VSS. The actions were applied in reverse and the file did come out unpinned while it should have been pinned.. The following patch fixes this. I don't know if the patch is clean but

Re: Fast UNPIN/PIN

2006-09-06 Thread Toby Johnson
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, acti

Re: Fast UNPIN/PIN

2006-09-06 Thread Kenneth Porter
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 sen