ANN: sqlparse 0.1.4

Andi Albrecht albrecht.andi at googlemail.com
Fri Apr 20 19:51:22 CEST 2012


I'm pleased to announce sqlparse 0.1.4.
This is a bug fix release.

sqlparse is a non-validating SQL parser module for Python.

Download:    http://pypi.python.org/pypi/sqlparse/0.1.4
Development: https://github.com/andialbrecht/sqlparse
Online demo: http://sqlformat.appspot.com

Bug fixes in this release
 * Avoid "stair case" effects when identifiers, functions,
   placeholders or keywords are mixed in identifier lists (issue45,
   issue49, issue52) and when asterisks are used as operators
   (issue58).
 * Make keyword detection more restrict (issue47).
 * Improve handling of CASE statements (issue46).
 * Fix statement splitting when parsing recursive statements (issue57,
   thanks to piranna).
 * Fix for negative numbers (issue56, thanks to kevinjqiu).
 * Pretty format comments in identifier lists (issue59).
 * Several minor bug fixes and improvements.

Best regards,

Andi


More information about the Python-announce-list mailing list