shunwang / redisql

Automatically exported from code.google.com/p/redisql
0 stars 0 forks source link

order by multiple columns #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

currently only single order by column sorting is supported
e.g.
1.) order by col1 [desc] [limit n offst]

multiple column sorts should be permitted
e.g. 
1.) order by col1 [desc], col2 [desc] [limit n offst]

time estimate: 2 days

Original issue reported on code.google.com by jaksprats on 20 Nov 2010 at 2:04

GoogleCodeExporter commented 9 years ago
DONE ..... woooohoooo

Original comment by jaksprats on 12 Jan 2011 at 10:37