Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1404 > unrolled thread

sqlparse 0.1.12

Started byAndi Albrecht <albrecht.andi@gmail.com>
First post2014-09-20 18:57 +0200
Last post2014-09-20 18:57 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

  sqlparse 0.1.12 Andi Albrecht <albrecht.andi@gmail.com> - 2014-09-20 18:57 +0200

#1404 — sqlparse 0.1.12

FromAndi Albrecht <albrecht.andi@gmail.com>
Date2014-09-20 18:57 +0200
Subjectsqlparse 0.1.12
Message-ID<mailman.14180.1411366774.18130.python-announce-list@python.org>
I'm happy to announce sqlparse 0.1.12.

This is a bug fix release.

Bug Fixes
* Fix handling of NULL keywords in aliased identifiers.
* Fix SerializerUnicode to split unquoted newlines (issue131, by
Michael Schuller).
* Fix handling of modulo operators without spaces (by gavinwahl).

Enhancements
* Improve parsing of identifier lists containing placeholders.
* Speed up query parsing of unquoted lines (by Michael Schuller).

Download: https://pypi.python.org/packages/source/s/sqlparse/sqlparse-0.1.12.tar.gz#md5=fc8de0d7c7ab3ab3ee51b89ad37aecdd

Try it online: http://sqlformat.org

Cheers,

Andi

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web