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

Projected predicates not implemented correctly #95

Closed
milessabin opened this issue Nov 17, 2020 · 1 comment
Closed

Projected predicates not implemented correctly #95

milessabin opened this issue Nov 17, 2020 · 1 comment
Labels
bug Something isn't working query compilation

Comments

@milessabin
Copy link
Member

The Project predicate combinator introduced in #94 should be implemented in terms of a sql subquery or something similar. There are two disabled tests in ProjectionSpec which illustrate how the current implementation fails.

@milessabin milessabin added bug Something isn't working query compilation labels Nov 17, 2020
@milessabin
Copy link
Member Author

Fixed in #152 and #188.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working query compilation
Projects
None yet
Development

No branches or pull requests

1 participant