Hey there all. I had a couple of questions about an empty result set.<br><br>first, what is returned if a result set is empty ? I am assuming a None type....<br>second, is it the same if i use the one() to select just one row. 
<br><br>is it the same for a store.find(Person, name == u&#39;joe&#39;).one() as it is for <br>store.get(Person, 23) ?<br><br>thanks <br><br>shawn<br>