tpetry / laravel-postgresql-enhanced

Support for many missing PostgreSQL specific features
MIT License
754 stars 32 forks source link

`orWhereLike` is now a framework function #96

Closed lupinitylabs closed 1 month ago

lupinitylabs commented 1 month ago

The orWhereLike($column, $value, bool $caseInsensitive = false) declaration in Query\BuilderWhere is clashing with the new orWhereLike($column, $value, $caseSensitive = false) method added to the Laravel Query Builder on July 18:

https://github.com/laravel/framework/commit/95107a07cdba3015c4fcfa4430ad88ae90124c2b

grafik

lupinitylabs commented 1 month ago

Duplicate of #89, nevermind... I wasn't aware there's a v1.0.1 by now 🥳