Version: 4.2.8 ### Bug Description `%~like~` generates LIKE 'something%' instead of LIKE '%something%' ### Steps To Reproduce Any Dibi\Fluent with `%~like~` ### Expected Behavior `%~like~` should generate '%something%'