I don't see howcome this works as random sorting.
The only random thing I see it's the row chosen for sorting which will
only change the sorting criteria for the number of rows in the table.
Am I wrong?
P.S.:
I couldn't make a quick test because:
isco-Ribeiros-MacBook-Pro-2:web2py blackthorne$ python web2py.py -S
"test"
web2py Enterprise Web Framework
Created by Massimo Di Pierro, Copyright 2007-2010
Version 1.89.5 (2010-11-21 16:03:13)
Database drivers available: SQLite3
application test does not exist, create (y/n)?yes
Traceback (most recent call last):
File "web2py.py", line 23, in <module>
gluon.widget.start(cron=True)
File "/Users/blackthorne/Code/web2py/gluon/widget.py", line 766, in
start
File "/Users/blackthorne/Code/web2py/gluon/shell.py", line 166, in
run
NameError: name 'aidr' is not defined
?