Neil de Carteret wrote: > assigning a sequence directly does work in another well-known Python ORM
Then Michael Bayer wrote: > If that other ORM is SQLAlchemy, this is not accurate. Our default > collection type is a list whereas with Storm's ReferenceSet, its a set. You're right of course. I should have said "assigning a compatible collection", not "assigning a sequence". -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
