[storm] Confused about connections, cursors, transactions (SQLite)
Michael Elsdörfer
elsdoerfer at gmail.com
Wed Aug 6 14:07:31 BST 2008
> 3. Rather than iterating over the result set, index into the result
> set to get the objects:
Thanks James, I think this may be the solution for me.
Incidentally, while researching the error message I found this Django
commit which seems to work around the same problem at the ORM level by
loading everything into memory:
http://code.djangoproject.com/changeset/7926
Note sure if this is something you may want to consider for Storm as well.
More information about the storm
mailing list