← Back to team overview

pyax team mailing list archive

[Bug 301187] Re: pyax fails to return results when COUNT() is used in SOQL

 

I will have to check the query itself to to see if it's a select count()
and act accordingly, otherwise a legitimate query that returns no rows
may provide a surprising result (not an empty batch).

Borrowing behaviour from apex, the count() query should return just the
integer. It's a different enough kind of query to warrant this, and
since SOQL isn't SQL, I don't feel quite so bad about the different
behaviour.

** Changed in: pyax
   Importance: Undecided => High
     Assignee: (unassigned) => Kevin Shuk (surf)
       Status: New => Confirmed

-- 
pyax fails to return results when COUNT() is used in SOQL
https://bugs.launchpad.net/bugs/301187
You received this bug notification because you are a member of pyax
Developers, which is the registrant for pyax.



Follow ups

References