Revision history of "Python - printsql.py"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 13:31, 9 November 2007PeterHarding talk contribs 2,314 bytes +2,314 New page: = Script = Here is an interesting little script which parses SQL and then reformats it to stdout: <pre> #!/usr/bin/env python # # Pretty print SQL statements # by Peter Bengtsson, www.pe...