We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
H2 queries are almost compliance with mysql, so it is useful to support H2 embedded db in NyQL.
The text was updated successfully, but these errors were encountered:
initial h2 implementation #33
725fea0
implemented db bootstrap mechanism and implemented h2 select query #33
f9e458b
implemented h2 update and delete query without supporting joins #33
fc3bf68
implemented h2 ddl #33
722ac51
merged cte to h2 #33
7bdd68b
delete join support initialized for h2 #33
ee46784
fixed delete subquery resolve context when there are joins #33
76db39b
No branches or pull requests
H2 queries are almost compliance with mysql, so it is useful to support H2 embedded db in NyQL.
The text was updated successfully, but these errors were encountered: