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

_in operator doesnt work in MySQL connector #20

Closed
nihxdr opened this issue Nov 4, 2024 · 1 comment
Closed

_in operator doesnt work in MySQL connector #20

nihxdr opened this issue Nov 4, 2024 · 1 comment

Comments

@nihxdr
Copy link
Contributor

nihxdr commented Nov 4, 2024

query generated

...
where course.published in ('[1,0]')
...

correct query required:

where course.published in (1,0)
@nihxdr nihxdr changed the title '_in _in operator doesnt work in MySQL connector Nov 4, 2024
@nihxdr
Copy link
Contributor Author

nihxdr commented Dec 18, 2024

working in mysql connector version 1.0.7

@nihxdr nihxdr closed this as completed Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant