sqlparse 0.1.5

Andi Albrecht albrecht.andi at gmail.com
Tue Nov 13 05:53:59 CET 2012


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


More information about the Python-announce-list mailing list