This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ghaering
Recipients ghaering, gregburd, gregory.p.smith, jcea, josiahcarlson, pitrou, rhettinger, skip.montanaro
Date 2008-09-11.13:53:03
SpamBayes Score 7.0104994e-05
Marked as misclassified No
Message-id <48C922B1.8030306@ghaering.de>
In-reply-to <18633.8660.225082.527839@montanaro-dyndns-org.local>
Content
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
History
Date User Action Args
2008-09-11 13:53:19ghaeringsetrecipients: + ghaering, skip.montanaro, rhettinger, gregory.p.smith, jcea, josiahcarlson, pitrou, gregburd
2008-09-11 13:53:03ghaeringlinkissue3783 messages
2008-09-11 13:53:03ghaeringcreate