I'm pleased to announce sqlparse 0.1.5. sqlparse is a non-validating SQL parser module.
Download: https://github.com/downloads/andialbrecht/sqlparse/sqlparse-0.1.5.tar.gz This is a bug fix release. Changes since 0.1.4 =================== Bug Fixes * Improve handling of quoted identifiers (issue78). * Improve grouping and formatting of identifiers with operators (issue53). * Improve grouping and formatting of concatenated strings (issue53). * Improve handling of varchar() (by Mike Amy). * Clean up handling of various SQL elements. * Switch to py.test and clean up tests. * Several minor fixes. Other * Deprecate sqlparse.SQLParseError. Please use sqlparse.exceptions.SQLParseError instead. * Add caching to speed up processing. * Add experimental filters for token processing. * Add sqlformat.parsestream (by quest). What is sqlparse ================ sqlparse is a non-validating SQL parser module for Python. The module provides functions for splitting, formatting and parsing SQL statements. Please file bug reports and feature request on the issue tracker. Project Page: https://github.com/andialbrecht/sqlparse Documentation: http://readthedocs.org/docs/sqlparse/en/latest/ Discussions: http://groups.google.com/group/sqlparse Issues/Bugs: https://github.com/andialbrecht/sqlparse/issues Online Demo: http://sqlformat.appspot.com Best regards, Andi -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/
