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

Documentation for binary operators has mismatching parameters #148

Closed
ocharles opened this issue Jan 4, 2022 · 1 comment
Closed

Documentation for binary operators has mismatching parameters #148

ocharles opened this issue Jan 4, 2022 · 1 comment

Comments

@ocharles
Copy link
Contributor

ocharles commented Jan 4, 2022

The documentation for intersect is:

Find the intersection of two queries, collapsing duplicates. intersect a b is the same as the SQL statement x INTERSECT b.

Note that it mentions the free variables a, b and x. It should only mention a and b.

@ocharles
Copy link
Contributor Author

ocharles commented Feb 1, 2022

Fixed in #162

@ocharles ocharles closed this as completed Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant