Message 73053 - Python tracker
>> As long as SQLite guarantees that the ordering is identical, then
>> sure, dump the ORDER BY clause.
Gerhard> It doesn't guarantee it, but the implementation behaves like
Gerhard> this.
If the behavior isn't guaranteed, I think you need to retain ORDER BY.
Skip