> 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. -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
