Message73028
Skip Montanaro wrote:
> Skip Montanaro <skip@pobox.com> added the comment:
>
> Gerhard> FWIW that will also work without the ORDER BY, because you're
> Gerhard> getting the rows back in the same ORDER. Something cheaper
> Gerhard> would also be "ORDER BY ROWID". I still propose to just do
> Gerhard> without the ORDER BY.
>
> As long as SQLite guarantees that the ordering is identical, then sure, dump
> the ORDER BY clause.
It doesn't guarantee it, but the implementation behaves like this.
-- Gerhard |
|
Date |
User |
Action |
Args |
2008-09-11 13:53:19 | ghaering | set | recipients:
+ ghaering, skip.montanaro, rhettinger, gregory.p.smith, jcea, josiahcarlson, pitrou, gregburd |
2008-09-11 13:53:03 | ghaering | link | issue3783 messages |
2008-09-11 13:53:03 | ghaering | create | |
|