ANN: sqlparse 0.1.7

31 views
Skip to first unread message

Andi Albrecht

unread,
Apr 6, 2013, 4:58:14 AM4/6/13
to Python Announce, sqlp...@googlegroups.com
Hi,

I'm pleased to announce sqlparse 0.1.7, a bug fix release.

sqlparse is a non-validating SQL parser module.

Download: https://pypi.python.org/packages/source/s/sqlparse/sqlparse-0.1.7.tar.gz

Bug Fixes
* Fix Python 3 compatibility of sqlformat script (by Piet Delport).
* Fix parsing of SQL statements that contain binary data (by Alexey
Malyshev).
* Fix a bug where keywords were identified as aliased identifiers in
invalid SQL statements.
* Fix parsing of identifier lists where identifiers are keywords too
(issue10).

Enhancements
* Top-level API functions now accept encoding keyword to parse
statements in certain encodings more reliable (issue20).
* Improve parsing speed when SQL contains CLOBs or BLOBs (issue86).
* Improve formatting of ORDER BY clauses (issue89).
* Formatter now tries to detect runaway indentations caused by
parsing errors or invalid SQL statements. When re-indenting such
statements the formatter flips back to column 0 before going crazy.

Other
* Documentation updates.


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.org


Regards,

Andi

pir...@gmail.com

unread,
Apr 6, 2013, 7:12:51 AM4/6/13
to sqlp...@googlegroups.com, Python Announce
Congrats dude! :-)

2013/4/6 Andi Albrecht <albrec...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups "sqlparse" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to sqlparse+u...@googlegroups.com.
> To post to this group, send email to sqlp...@googlegroups.com.
> Visit this group at http://groups.google.com/group/sqlparse?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>



--
"Si quieres viajar alrededor del mundo y ser invitado a hablar en un
monton de sitios diferentes, simplemente escribe un sistema operativo
Unix."
– Linus Tordvals, creador del sistema operativo Linux
Reply all
Reply to author
Forward
0 new messages