spatie / laravel-query-builder

Easily build Eloquent queries from API requests
https://spatie.be/docs/laravel-query-builder
MIT License
4k stars 392 forks source link

Fix broken LIKE escaping #898

Closed GrahamCampbell closed 10 months ago

GrahamCampbell commented 10 months ago

Test failures are not related to my changes.

AlexVanderbist commented 10 months ago

Good catch! I've got the tests fixed on main so I'll merge this and run the tests on there before tagging. Thanks!