Lann

Results 146 comments of Lann

Yes: ```go .Where(squirrel.Eq{"age": []int{10, 12}}) ```

Try: ```go setmap := sq.Eq{"column1": sq.Expr("column1 + 1")} ```

Could you show an example of where this would be helpful?

Go itself generally doesn't hide the complexity of e.g. copying a []string to an []interface{} , and I'm inclined to take the same approach here, especially since you can't generalize...

Unfortunately I will not be able to review or merge major changes for the forseeable future; see README.