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
In nrpq.go, where the Postgres DatastoreSegment is being retrieved, the execution of the Truncate query in Postgres is displayed as "Other." The reason for this is that the query named "Truncate" is not registered in sqlOperations within sqlparse.go.
Summary
In nrpq.go, where the Postgres DatastoreSegment is being retrieved, the execution of the Truncate query in Postgres is displayed as "Other." The reason for this is that the query named "Truncate" is not registered in sqlOperations within sqlparse.go.
go-agent/v3/newrelic/sqlparse/sqlparse.go
Lines 27 to 42 in 046b4fc
Desired Behaviour
it would allow the addition of keys within the project code, thereby enabling the display of queries such as Truncate in DatastoreSegment.
Possible Solution
I would like to propose a change in the visibility of sqlOperations from private to public.
The text was updated successfully, but these errors were encountered: