Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'fixes': 0.07; 'enhancements': 0.09; 'identifier': 0.09; 'modulo': 0.09; 'parsing': 0.09; 'release.': 0.09; 'spaces': 0.09; 'bug': 0.12; 'identifiers.': 0.16; 'newlines': 0.16; 'to:addr:python-announce- list': 0.16; 'url:packages': 0.16; 'url:tar': 0.16; 'fix': 0.17; 'split': 0.19; '(by': 0.24; 'cheers,': 0.24; 'handling': 0.26; 'query': 0.26; 'michael': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'lines': 0.31; 'download:': 0.31; 'online:': 0.31; 'operators': 0.31; 'lists': 0.32; 'url:python': 0.33; 'announce': 0.33; 'url:source': 0.33; 'received:google.com': 0.35; 'url:org': 0.36; 'url:12': 0.39; 'to:addr:python.org': 0.39; 'containing': 0.69 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=m9+/+hYd0a0LIURnnQxF7LlNY23Dw3vDCa1xyuwmG58=; b=OSBwT4tUv6jPTDDnFN6dW3FyeJNPwSCp7hy+qg0v0A1aXrFnppFqv4AEvR+7fYfz6L j+BHz9FTWDXzYo6plK1qYU6YixtN3Mwt3D6jTd02N8FFOk6wuPlb3ujlwU32H9V08IEt WTcTPK4Ju35tT0sy+HjszbqniJsJGWMvyNIJPWhm3V6zfMKH9Vh3gHO2oqEevvbwZc9s H14u5d+lJ2a9tmyzEb/68TmeZ1CNLQS+jj75Nr1+IZOrHxv9ZhmmCGzPQwz903+XhBJc hMM3bO8BigofsZup8AY6JbBRCAwOUvcQFD+wQt8eB6VKncZuzD+WHQiRLW6dp9bs5uUJ CqWQ== MIME-Version: 1.0 X-Received: by 10.180.223.68 with SMTP id qs4mr4014887wic.10.1411232235705; Sat, 20 Sep 2014 09:57:15 -0700 (PDT) Date: Sat, 20 Sep 2014 18:57:15 +0200 Subject: sqlparse 0.1.12 From: Andi Albrecht To: Python Announce Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Mon, 22 Sep 2014 08:19:33 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1411366774 news.xs4all.nl 2851 [2001:888:2000:d::a6]:60024 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!usenet.pasdenom.info!bete-des-vosges.org!feed.ac-versailles.fr!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Xref: csiph.com comp.lang.python.announce:1404 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