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
{{ message }}
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
SELECT name FROM user WHERE id IN (?, ?, ?, ?, ?, ?);
To:
SELECT name FROM user WHERE id IN (?);
The text was updated successfully, but these errors were encountered:
debeando
changed the title
Replace all literals inside of IN() and VALUES() lists with a single placeholder
Replace all literals inside of IN() and VALUES() lists
Sep 5, 2018
To follow the same fingerprint to pt-query-digest. Replace all literals inside of IN() lists with a single placeholder, regardless of cardinality.
Related issues: #37
For example;
To:
The text was updated successfully, but these errors were encountered: