-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
Missing mysql 8 statements #336
Comments
Hi, |
I wish I could. Between all my projects and work, I don't have the time. It is curious though, that mysql 8 was released 3 years ago and these new statements are still not supported? Yet, you committed 9 days ago? |
I understand On this repository there is some work to support new syntaxes, the code is improved but not much new features are written. |
Really? I mean, it can'y be too hard. Let me look. Maybe I can patch it to support these new statements. I am swamped but I will look at it further. |
It's not that hard but for me it's discouraging In fact I do not feel enough confortable about the implementing and not breaking things part of it. Conclusion: a better way to dump objects in tests and then new features I hope this was not to much a messy explanation |
Got it. Sorry, my comment may have come off insulting. That was not my intent. |
No worries, you are just asking good questions :) |
WITH will be part of 5.5.0 |
This will help tests output and their changes to be understood: 9f16b24 |
Any plans to add the VALUES and WITH (CTE) statements? I am in need of detecting any statement that can produce results.
The text was updated successfully, but these errors were encountered: