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 a function for SQL EXISTS expressions. #534

Merged
merged 1 commit into from
Dec 8, 2016
Merged

Add a function for SQL EXISTS expressions. #534

merged 1 commit into from
Dec 8, 2016

Commits on Dec 8, 2016

  1. Add a function for SQL EXISTS expressions.

    While this is useful for some cases where you don't want to load the
    rows, this won't fill every use case for the expression, as right now
    you wouldn't be able to build a query that references the outer table.
    For us to do that and have it be type safe we'd need overlapping impls
    for `SelectableExpression` (story of my life), which requires
    rust-lang/rust#29864 being implemented.
    
    Fixes #414.
    sgrif committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    0c52e53 View commit details
    Browse the repository at this point in the history