Would it be possible to add functions like showQuery, but for operations other than select?
A couple reasons:
- At the moment I would like it because I'm curious about how the
update function works (what does the query look like when you don't update all of the columns?).
- I think I might like to start logging queries at some point.
Would it be possible to add functions like
showQuery, but for operations other than select?A couple reasons:
updatefunction works (what does the query look like when you don't update all of the columns?).