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

Feature request: EXISTS, IN #65

Open
junseung-hwang opened this issue Jun 27, 2018 · 1 comment
Open

Feature request: EXISTS, IN #65

junseung-hwang opened this issue Jun 27, 2018 · 1 comment

Comments

@junseung-hwang
Copy link

junseung-hwang commented Jun 27, 2018

Other Features and Limitations. The COSETTE constraints generator currently supports most standard SQL features. Besides the features mentioned above, EXISTS, IN, and LEFT OUTER JOIN are also supported. Currently COSETTE does not support string operations (e.g., LIKE) since COSETTE currently does not model strings as character arrays, along with ORDER BY.

The paper says Cosette supports EXISTS and IN, but it doesn't.
For example, Cosette complains an example code in the github repositiory has a syntax error.

example code: https://raw.githubusercontent.com/uwdb/Cosette/master/examples/calcite/testDecorrelateTwoIn.cos
tested under Cosette online demo and Cosette source code.

@akcheung
Copy link
Member

Thanks! We have been having issues with our parser and we are planning to revamp it this summer. Would you be interested in helping out? Our goal is also to demonstrate cosette by building an autograder.

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

2 participants