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

[14.x only][Query beans] Remove deprecated filterMany(String expressions, Object... params) from generated query beans, migrate to filterManyRaw() #3557

Closed
rbygrave opened this issue Feb 11, 2025 · 0 comments · Fixed by #3558

Comments

@rbygrave
Copy link
Member

Migrate from filterMany(String expressions, Object... params)

to filterManyRaw(String rawExpressions, Object... params)

Note that this change is effectively for 14.x as this method has already been removed from 15.x

@rbygrave rbygrave self-assigned this Feb 11, 2025
rbygrave added a commit that referenced this issue Feb 11, 2025
…Object... params) from generated query beans, migrate to filterManyRaw()
@rbygrave rbygrave added this to the 14.9.0 milestone Feb 11, 2025
rbygrave added a commit that referenced this issue Feb 12, 2025
#3557 [Query beans] Remove deprecated filterMany(String expressions, Object... params) from generated query beans
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant