I am running a D7 site that someone else built and I’m having trouble seeing how an SQL command in a particular view has been altered. In particular, the attributes in the SELECT
statement appear to have been altered.
Is there a way to search my database to see if the person building the site added an errant hook_views_query_alter
command that is the reason the SQL filter looks different than one would expect just looking at the fields in the View?
Or is there another, better way to debug this issue? Thanks for any help!