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
WHERE 1=1
AND a.cntrt_doc_type = 'n'
AND a.cntrt_status IN ('e', 'a', 'c', 's', 'u', 'o')
AND a.srch_type = '1'
Query Captured in Pinpoint:
WHERE a=c
AND a.cntrt_doc_type = 's'
AND a.cntrt_status IN ('u', 'o', '1', '%Y-%m-%d', '%Y-%m-%d', '%Y-%m-%d')
AND a.srch_type = '%Y-%m-%d'
What did you do to trigger the bug?
The query structure and conditions appear to be incorrectly altered in the data displayed by Pinpoint.
It seems that input values are shifted, possibly due to spaces, tabs, or formatting differences rather than incorrect value bindings.
The degree of misalignment varies across different cases.
The text was updated successfully, but these errors were encountered:
Prerequisites
Please check the FAQ, and search existing issues for similar questions before creating a new issue.YOU MAY DELETE THIS PREREQUISITES SECTION.
same Bug
What version of pinpoint are you using?
agent/collector/web 2.3.3
Mysql 8.0.32
jdbc
Describe the bug
There is an issue where the actual query executed and logged by Tomcat differs from the query captured in Pinpoint.
Expected Query (Actual Executed Query & Tomcat Log):
WHERE 1=1
AND a.cntrt_doc_type = 'n'
AND a.cntrt_status IN ('e', 'a', 'c', 's', 'u', 'o')
AND a.srch_type = '1'
Query Captured in Pinpoint:
WHERE a=c
AND a.cntrt_doc_type = 's'
AND a.cntrt_status IN ('u', 'o', '1', '%Y-%m-%d', '%Y-%m-%d', '%Y-%m-%d')
AND a.srch_type = '%Y-%m-%d'
What did you do to trigger the bug?
The query structure and conditions appear to be incorrectly altered in the data displayed by Pinpoint.
It seems that input values are shifted, possibly due to spaces, tabs, or formatting differences rather than incorrect value bindings.
The degree of misalignment varies across different cases.
The text was updated successfully, but these errors were encountered: