yiisoft / db

Yii Database Library
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
130 stars 35 forks source link

Add ability to create like condition as `%value`, `value%` and `value` without `%` #811

Open vjik opened 4 months ago

vjik commented 4 months ago

Currently, is avaliable only when manually escape value. See here: https://github.com/yiisoft/db/blob/03dc4342c5e0943e21c7307d01ca708258a2a105/src/QueryBuilder/Condition/Builder/LikeConditionBuilder.php#L87