sqlparse 0.1.1 released

Andi Albrecht albrecht.andi at googlemail.com
Wed May 6 21:55:04 CEST 2009


I'm happy to announce sqlparse 0.1.1.

sqlparse is a non-validating SQL parser module.

Download: http://python-sqlparse.googlecode.com/files/sqlparse-0.1.1.tar.gz

This is a bug fix release.

Changes since 0.1.0
 * Lexers preserves original line breaks (issue1).
 * Improved identifier parsing: backtick quotes, wildcards, T-SQL variables
   prefixed with @.
 * Improved parsing of identifier lists (issue2).
 * Recursive recognition of AS (issue4) and CASE.
 * Improved support for UPDATE statements.
 * Code cleanup and better test coverage.


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:  http://python-sqlparse.googlecode.com
Source Code:   http://bitbucket.org/andialbrecht/python-sqlparse
Documentation: http://python-sqlparse.googlecode.com/svn/docs/api/index.html
Discussions:   http://groups.google.com/group/sqlparse
Issues/Bugs:   http://code.google.com/p/python-sqlparse/issues/list
Online Demo:   http://sqlformat.appspot.com


Regards,

Andi


More information about the Python-announce-list mailing list