I\'m trying to find the best way to format an sql query string. When I\'m debugging
my application I\'d like to log to file all the sql query strings, and it is
important t
I would suggest sticking to option 2 (I'm always using it for queries any more complex than SELECT * FROM table) and if you want to print it in a nice way you may always use a separate module.