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 SQL typeside #94

Open
wisnesky opened this issue Oct 20, 2018 · 2 comments
Open

Add SQL typeside #94

wisnesky opened this issue Oct 20, 2018 · 2 comments
Assignees

Comments

@wisnesky
Copy link
Contributor

The SQL typeside is just a bunch of type names. This issue is to add the SQL typeside to the abstract syntax / parser / evaluator / etc. The actual type names can be looked up in AQL-java.

@wisnesky
Copy link
Contributor Author

Actually, just having the type names is not enough; there are no constant symbols to bind them to. For now, AQL Haskell lacks the equivalent of AQL Java's 'Prim' that allows types to be Java classes, and for constants to be Java objects. This was a deliberate AQL Haskell design decision, since I'm pretty sure adding 'Prim' at the beginning of AQL java led to accidental design compromises that I'm still unsure are 100% repaired. The need for the sql typeside and the whole 'Prim' machinery will become apparent once people start importing data into AQL. For now I'm leaving this alone.

@wires wires added this to Backlog in First Release Oct 29, 2018
@wires wires moved this from Backlog to To do in First Release Oct 29, 2018
@wisnesky wisnesky moved this from To do to Backlog in First Release Oct 29, 2018
@wisnesky
Copy link
Contributor Author

For now, we can make this typeside free.

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

No branches or pull requests

3 participants