From: Kevin McMahon (kevinmcm_at_[hidden])
Date: 2007-06-01 14:26:18


I'd like to pop items in my data set ordered by a key, but if the key
is identical then ordered in the order I inserted them. Is there a
good way to do that? I guess I could make a composite key using an
increasing id.

-kevin