You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG#37447394: Unable to escape a parameter marker (%s) used in a query that should not
be treated as a parameter marker.
This patch fixes this issue by adding proper regular expression checks to escape the `%s`
parameter marker when `%%s` is used in the query.
Change-Id: I31fce87821832cefa607105e8e0d20ca3be3f380
0 commit comments