Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sqld: use unexpanded SQL for top queries
... so that we don't distinguish between different bound values when tracking queries, and instead only gather information about the raw query string that may contain wildcards, like: INSERT INTO t VALUES (?, ?, ?);
- Loading branch information