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

Is it possible to translate any SQL query into JOOQ? Is full SQL supported? What subset of SQL is supported? #6

Open
acherm opened this issue Oct 16, 2016 · 4 comments

Comments

@acherm
Copy link
Owner

acherm commented Oct 16, 2016

No description provided.

@pitou35
Copy link

pitou35 commented Oct 17, 2016

I'm on it !

@remihb
Copy link

remihb commented Oct 25, 2016

So I am !

@KimAndGumi
Copy link

So am I, says the little duck.

@pitou35
Copy link

pitou35 commented Nov 7, 2016

It's possibly to convert SQL query into JOOQ with this parser:
http://www.jooq.org/doc/3.4/manual/tools/sql2jooq/

But there're some problems with subset like SUM or FIRST.
This page shows how to create the closest solution for a god parse:
https://blog.jooq.org/2015/10/26/how-to-find-the-closest-subset-sum-with-sql/

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

No branches or pull requests

4 participants