[issue3783] dbm.sqlite proof of concept

Skip Montanaro report at bugs.python.org
Thu Sep 11 22:01:37 CEST 2008


Skip Montanaro <skip at pobox.com> added the comment:

>> 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

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3783>
_______________________________________


More information about the Python-bugs-list mailing list