Hey there all. I had a couple of questions about an empty result set. first, what is returned if a result set is empty ? I am assuming a None type.... second, is it the same if i use the one() to select just one row.
is it the same for a store.find(Person, name == u'joe').one() as it is for store.get(Person, 23) ? thanks shawn
-- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
