Changeset [6705]: * Fixed: Prevent crash at unexpectedly substitution for generated format …
* Fixed: Prevent crash at unexpectedly substitution for generated format %s at no safe “LIKE ‘%%%s%’” query part use. Instead use safe “LIKE CONCAT(’%%’,'%s’,'%%’)” and similar query for PostgreSQL. Note: in log output wrong query anyway, but this not less important problem.

Leave a Reply
You must be logged in to post a comment.