Closed (fixed)
Project:
Field collection
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Mar 2013 at 08:58 UTC
Updated:
29 Nov 2016 at 17:34 UTC
Jump to comment: Most recent
Comments
Comment #1
jmuzz commentedGiven an SQL query object you can see the SQL if you print it out as a string. You can use getArguments() to find the details about the values passed.
It may be worth giving the devel module a try too because it has the option to display all the queries run for each page load.
Hope this helps.