If you are constructing sql yourself you need to b...
# exposed
s
If you are constructing sql yourself you need to be aware that it will not show you the prepared statement it runs but a reconstructed string. So beware of bugs in your sql construction 🙂