Skip to content

feat: Add support for NOT ILIKE in query builder expressions#61521

Open
Koc wants to merge 1 commit into
masterfrom
feature/add-not-i-like-to-query-builder
Open

feat: Add support for NOT ILIKE in query builder expressions#61521
Koc wants to merge 1 commit into
masterfrom
feature/add-not-i-like-to-query-builder

Conversation

@Koc

@Koc Koc commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Summary

We already have like, notLike, iLike. Let's add also notILike to have full set of the operations

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

@Koc Koc requested a review from a team as a code owner June 22, 2026 22:10
@Koc Koc requested review from Altahrim, ArtificialOwl, come-nc and icewind1991 and removed request for a team June 22, 2026 22:10

@CarlSchwan CarlSchwan left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In preparation for #57763

Comment thread lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php Outdated
Comment thread lib/private/DB/QueryBuilder/ExpressionBuilder/MySqlExpressionBuilder.php Outdated
Comment thread lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php Outdated
Comment thread lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php Outdated
Comment thread lib/private/DB/QueryBuilder/ExpressionBuilder/MySqlExpressionBuilder.php Outdated
Comment thread lib/private/DB/QueryBuilder/ExpressionBuilder/PgSqlExpressionBuilder.php Outdated
Comment thread lib/private/DB/QueryBuilder/ExpressionBuilder/SqliteExpressionBuilder.php Outdated
Comment thread lib/public/DB/QueryBuilder/IExpressionBuilder.php Outdated
Comment thread lib/public/DB/QueryBuilder/IExpressionBuilder.php Outdated
@Koc Koc force-pushed the feature/add-not-i-like-to-query-builder branch 2 times, most recently from 445db77 to fd53198 Compare June 23, 2026 20:05
Signed-off-by: Kostiantyn Miakshyn <molodchick@gmail.com>
@Koc Koc force-pushed the feature/add-not-i-like-to-query-builder branch from fd53198 to 0a7ac5d Compare June 23, 2026 20:18
@Koc

Koc commented Jun 23, 2026

Copy link
Copy Markdown
Contributor Author

@CarlSchwan I've applied changes but now psalm fails 😕

@susnux susnux added the community pull requests from community label Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community pull requests from community

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants