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

Add RETURN DISTINCT support #90

Closed
jamesfer opened this issue Jul 16, 2019 · 1 comment · Fixed by #103
Closed

Add RETURN DISTINCT support #90

jamesfer opened this issue Jul 16, 2019 · 1 comment · Fixed by #103
Labels

Comments

@jamesfer
Copy link
Owner

No description provided.

jamesfer added a commit that referenced this issue Aug 25, 2019
Return now supports an additional options parameter that contains a `distinct` flag. Setting it to
true will cause the return clause to only return unique rows. In addition, the `returnDistinct`
method was added to the query interface as a shortcut to `return(..., { distinct: true }).

fix #90
@jamesfer jamesfer changed the title Add return distinct support Add RETURN DISTINCT support Aug 25, 2019
jamesfer pushed a commit that referenced this issue Aug 25, 2019
# [4.3.0](v4.2.0...v4.3.0) (2019-08-25)

### Features

* **return:** add distinct option ([205960a](205960a)), closes [#90](#90)

[skip ci]
@jamesfer
Copy link
Owner Author

🎉 This issue has been resolved in version 4.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

1 participant