Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed auto-usage of LIKE comparison when '*' or '%' is found in the
value. Since this leads too easily to security issues, because its both not well described in the documentation and not expected in general. Usage of LIKE is still possible using Criteria::LIKE as second parameter.
- Loading branch information