Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs for Or/And querying #157

Open
wants to merge 2 commits into
base: v1
Choose a base branch
from

Conversation

sivagollapalli
Copy link
Contributor

@sivagollapalli sivagollapalli commented Nov 9, 2018

Copy link
Member

@lann lann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Forgot that I had to submit comments...

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
@sivagollapalli
Copy link
Contributor Author

@lann Made changes. Could you please check?

Or query using squirrel

```go
customers = customers.Where(sq.Or{Expr("country = ?", "US"), Sq.Expr("country = ?", "India")})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sq -> sq

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants