[issue3783] dbm.sqlite proof of concept

Antoine Pitrou report at bugs.python.org
Thu Sep 11 16:33:59 CEST 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

I might add that calling keys() then values() is suboptimal, because it
will issue two SQL queries while calling items() will issue just one.

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


More information about the Python-bugs-list mailing list