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

[BUG]Unable to solve the error problem of MySQL 'Limit&IN/ALL/ANY/OME subquery' by changing the MySQL version #6099

Closed
EthanZqh opened this issue Nov 6, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@EthanZqh
Copy link

EthanZqh commented Nov 6, 2024

MySQL Server Community mysql-8.0.30-winx64 or Community mysql-9.0.1-winx64 version
The 'Limit&IN/ALL/ANY/OME subquery' is not yet supported, so modifying the version cannot solve the existing problem, and can only be resolved by modifying the Elsa source code.
I am modifying the nested source code query, but I am unable to modify the Elsa source code. I am referencing the Elsa Dll dynamic library.
elsa-mysql-err

@EthanZqh EthanZqh added the bug Something isn't working label Nov 6, 2024
@sfmskywalker
Copy link
Member

One way to modify Elsa's source code is to submit a PR that includes support for your version of MySQL.
Another way is to create your own module. You could copy an existing one and make changes as necessary.

@sfmskywalker
Copy link
Member

This is related to (if not the same as) #6096

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants