forcedotcom / go-soql

Golang tag library to generate SOQL queries
BSD 3-Clause "New" or "Revised" License
52 stars 12 forks source link

#4 Limit and offset #10

Closed t-margheim closed 4 years ago

t-margheim commented 4 years ago

Added support for limit and offset with tests. I considered making offset on a child query an error since I don't believe Salesforce supports that behavior, but changed my mind so that select structs could be used as parents or children.

salesforce-cla[bot] commented 4 years ago

Thanks for the contribution! Unfortunately we can't verify the commit author(s): Timothy Margheim t***@u***.c***.org. One possible solution is to add that email to your GitHub account. Alternatively you can change your commits to another email and force push the change. After getting your commits associated with your GitHub account, sign the Salesforce.com Contributor License Agreement and this Pull Request will be revalidated.

salesforce-cla[bot] commented 4 years ago

Thanks for the contribution! Before we can merge this, we need @t-margheim to sign the Salesforce.com Contributor License Agreement.

atulkc commented 4 years ago

Resolves #4