sqlparse 0.1.1 released

19 views
Skip to first unread message

Andi Albrecht

unread,
May 6, 2009, 3:53:17 PM5/6/09
to sqlparse
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
Reply all
Reply to author
Forward
0 new messages