Comment 2 for bug 701947

Revision history for this message
Julian Edwards (julian-edwards) wrote : Re: [Bug 701947] Re: Soyuz code uses .count() too much when all it needs is a bool

On Wednesday 12 January 2011 15:55:39 Jonathan Lange wrote:
> ResultSet also has efficient is_empty() and one() methods. one()
> achieves pretty much exactly that snippet.

Unfortunately SQLObjectResultSet does not have those, hence the change.