sqlparse 0.1.6
Andi Albrecht
albrecht.andi at gmail.com
Tue Jan 1 16:48:48 CET 2013
I'm pleased to announce sqlparse 0.1.5.
sqlparse is a non-validating SQL parser module.
Download:
http://pypi.python.org/packages/source/s/sqlparse/sqlparse-0.1.6.tar.gz#md5=2946514fbd29ea2a18ba398da171fbd2
This release improves Python 3 compatibility and has some minor bug fixes.
Changes since 0.1.5
===================
sqlparse is now compatible with Python 3 without any patches. The
Python 3 version is generated during install by 2to3. You'll need
distribute to install sqlparse for Python 3.
Bug Fixes
* Fix parsing error with dollar-quoted procedure bodies (issue83).
Other
* Documentation updates.
* Test suite now uses tox and py.test.
* py3k fixes (by vthriller).
* py3k fixes in setup.py (by Florian Bauer).
* setup.py now requires distribute (by Florian Bauer).
Best regards & a happy new year to everyone!
Andi
More information about the Python-announce-list
mailing list