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 skip.montanaro
Recipients ghaering, gregburd, gregory.p.smith, jcea, josiahcarlson, pitrou, rhettinger, skip.montanaro
Date 2008-09-11.13:49:23
SpamBayes Score 0.017928978
Marked as misclassified No
Message-id <18633.8660.225082.527839@montanaro-dyndns-org.local>
In-reply-to <1221140520.5.0.828837548992.issue3783@psf.upfronthosting.co.za>
Content
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.

Skip
History
Date User Action Args
2008-09-11 13:50:38skip.montanarosetrecipients: + skip.montanaro, rhettinger, gregory.p.smith, jcea, ghaering, josiahcarlson, pitrou, gregburd
2008-09-11 13:49:23skip.montanarolinkissue3783 messages
2008-09-11 13:49:23skip.montanarocreate