Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.109.133.87.MISMATCH!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'expressions': 0.07; 'fixes': 0.07; 'string': 0.09; 'enhancements': 0.09; 'identifier': 0.09; 'url:github': 0.09; 'bug': 0.12; 'changes': 0.15; 'formatting.': 0.16; 'literals': 0.16; 'quoted': 0.16; 'regression': 0.16; 'to:addr:python- announce-list': 0.16; 'truncate': 0.16; 'url:packages': 0.16; 'url:tar': 0.16; 'fix': 0.17; 'properly': 0.19; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'download:': 0.31; 'option': 0.32; 'url:python': 0.33; 'announce': 0.33; 'url:source': 0.33; 'received:google.com': 0.35; 'version:': 0.36; "didn't": 0.36; 'thanks': 0.36; 'url:org': 0.36; 'project': 0.37; 'to:addr:python.org': 0.39; 'introduced': 0.61; 'new': 0.61; 'numbers': 0.61; 'between': 0.67; 'online': 0.71 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=YI1+n1ih4LV3RoPNTonRso5BValQHXNecBnkEBQ/c+E=; b=z4aQKCmsvyR6uzeY+vxwSnkiWd77JHJFaTku5PUWw9CiNE5gKXV3MixCMWmZ72lyzf FEr8/SFJ2SCeJEV2I5Hr04tiSQvGj4h4a7Xrjb0XJHopVU/P2jbSlDTt26HHcmYlIgGO p1Et6M7szZNOpa6X60hHM6Q++bggTo5auGCdQf2BTjvsbOHouJ98HrY7Hei6LmaaaSqJ 53o4RZAH/p2ssREkKabuB/CJfq7n/f8t5K9CjS3tLFQ+BTlehlMgWQMlunJlrZGemBBu tu7NGrsVkWXINQLJGsc4yJo+x2++MhtxKG/lX/7ZsSnjC3aJAkf3udu4abD4HQ04Yu9W X2rA== MIME-Version: 1.0 X-Received: by 10.180.38.73 with SMTP id e9mr5588028wik.31.1380350817911; Fri, 27 Sep 2013 23:46:57 -0700 (PDT) Date: Sat, 28 Sep 2013 08:46:57 +0200 Subject: sqlparse 0.1.9 From: Andi Albrecht To: Python Announce Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Mon, 30 Sep 2013 02:34:44 +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: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1380501285 news.xs4all.nl 15926 [2001:888:2000:d::a6]:59654 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1065 I'm pleased to announce sqlparse 0.1.9! Changes since last version: Bug Fixes * Fix an regression introduced in 0.1.5 where sqlparse didn't properly distinguished between single and double quoted strings when tagging identifier (issue111). Enhancements * New option to truncate long string literals when formatting. * Scientific numbers are pares correctly (issue107). * Support for arithmetic expressions (issue109, issue106; by prudhvi). Download: https://pypi.python.org/packages/source/s/sqlparse/sqlparse-0.1.9.tar.gz#md5=165fa986606b4ee7064844ccfc40aee0 Project page: https://github.com/andialbrecht/sqlparse Try it online on http://sqlformat.org Thanks to all contributors! Best regards, Andi