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=... 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
participants (1)
-
Andi Albrecht