Skip to content

Commit

Permalink
Merge pull request #203 from aheber/master
Browse files Browse the repository at this point in the history
Fix Large Query Support
  • Loading branch information
dcarroll committed Oct 6, 2015
2 parents 141fa1f + 4e5abb5 commit 2b4369a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions force.go
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@ func (f *Force) Query(query string) (result ForceQueryResult, err error) {
if nextErr != nil {
return
}
nextResult.Records = []ForceRecord{}
json.Unmarshal(nextBody, &nextResult)

result.Records = append(result.Records, nextResult.Records...)
Expand Down

0 comments on commit 2b4369a

Please sign in to comment.