You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Changed `CrudExec` to not wrap driver errors in a GoquError #2
* Added ability to use a dataset in an `Ex` map or `Eq` expression without having to use `In` #3
* `db.From("test").Where(goqu.Ex{"a": db.From("test").Select("b")})`
* Updated readme with links to [`DefaultAdapter`](https://godoc.org/github.com/doug-martin/goqu#DefaultAdapter)
No description provided.
The text was updated successfully, but these errors were encountered: