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.19:48:03
SpamBayes Score 0.00054520596
Marked as misclassified No
Message-id <18633.30190.521021.410203@montanaro-dyndns-org.local>
In-reply-to <48C922B1.8030306@ghaering.de>
Content
>> 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
History
Date User Action Args
2008-09-11 20:01:37skip.montanarosetrecipients: + skip.montanaro, rhettinger, gregory.p.smith, jcea, ghaering, josiahcarlson, pitrou, gregburd
2008-09-11 19:48:03skip.montanarolinkissue3783 messages
2008-09-11 19:48:03skip.montanarocreate