forcedotcom / SalesforceMobileSDK-iOS

iOS SDK for Salesforce
Other
538 stars 421 forks source link

SmartStore.countWithQuerySpec returning wrong results for "group by" queries #867

Closed akhileshgupta closed 9 years ago

akhileshgupta commented 9 years ago

SmartStore.countWithQuerySpec is currently returning wrong result for group by queries. This can be easily tested with the NativeSqlAggregator sample app.

Most of the other SmartSql queries should be fine.

wmathurin commented 9 years ago

Fixed for Android: see https://github.com/forcedotcom/SalesforceMobileSDK-Android/pull/768

wmathurin commented 9 years ago

Fixed for iOS: see https://github.com/forcedotcom/SalesforceMobileSDK-iOS/pull/868

khawkins commented 9 years ago

Closing out, as it's fixed on our unstable branch.