Closed goossens closed 3 years ago
"format=count" is a pseudo result format that requires special handling. Without this patch, "ask" returns nil. Performing a "getQueryResult" and looking at the row count is a possible workaround but it's incredibly inefficient for larger datasets.
This PR is made in reference to: #80
This PR includes:
Fixes #80
@goossens Thanks for reporting the issue and providing a patch. @oetterer FYI and action. :)
"format=count" is a pseudo result format that requires special handling. Without this patch, "ask" returns nil. Performing a "getQueryResult" and looking at the row count is a possible workaround but it's incredibly inefficient for larger datasets.
This PR is made in reference to: #80
This PR includes:
Fixes #80