Re: Prettyprinting SQL statements

2008-05-10 Thread Mensanator
On May 10, 10:23�pm, MooJoo <[EMAIL PROTECTED]> wrote: > I'm building a Python app that will be making queries to a MySQL server > using the MySQLdb module. The app will need to create SQL statements on > the fly which, in addition to going to the server, will occasionally > need to be displayed to

Prettyprinting SQL statements

2008-05-10 Thread MooJoo
I'm building a Python app that will be making queries to a MySQL server using the MySQLdb module. The app will need to create SQL statements on the fly which, in addition to going to the server, will occasionally need to be displayed to the user. While these queries are not too complex, they st