boutbagha / and-bookworm

Automatically exported from code.google.com/p/and-bookworm
0 stars 0 forks source link

Update queries to make sure authors are always retrieved in same order #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Favor ArrayList over HashSet and make sure queries order by correctly. (For 
now still using Collections, ultimately will remove for arrays.)

Original issue reported on code.google.com by charlie....@gmail.com on 16 May 2010 at 3:36

GoogleCodeExporter commented 8 years ago
in SVN

Original comment by charlie....@gmail.com on 16 May 2010 at 3:48

GoogleCodeExporter commented 8 years ago
Return in predictable order so that sorts and filters work predictably (right 
now 
order is alphabetical by *FIRST* name -- since name is only one field). 

Original comment by charlie....@gmail.com on 16 May 2010 at 6:06