Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder1.xlned.com!newsfeed.xs4all.nl!newsfeed5.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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'elements.': 0.05; 'fixes': 0.05; 'formatting': 0.07; 'parser': 0.07; 'parsing': 0.07; 'processing.': 0.07; 'experimental': 0.09; 'release.': 0.09; 'url:github': 0.09; 'bug': 0.10; 'andi': 0.16; 'caching': 0.16; 'concatenated': 0.16; 'deprecate': 0.16; 'fixes.': 0.16; 'identifiers': 0.16; 'url:appspot': 0.16; 'url:gz': 0.16; 'url:issues': 0.16; 'url:tar': 0.16; 'fix': 0.17; '8bit%:3': 0.17; 'skip:\xa0 30': 0.17; 'tests.': 0.17; 'module': 0.19; 'changes': 0.20; 'skip:= 10': 0.20; '(by': 0.22; 'minor': 0.22; 'feature': 0.24; 'handling': 0.27; 'mike': 0.27; 'instead.': 0.27; 'module.': 0.27; 'message-id:@mail.gmail.com': 0.27; 'download:': 0.29; 'grouping': 0.29; "i'm": 0.29; 'received:209.85.210.174': 0.30; 'file': 0.32; 'switch': 0.32; 'skip:s 30': 0.33; 'received:google.com': 0.34; 'project': 0.34; 'received:209.85': 0.35; 'add': 0.36; 'url:org': 0.36; 'announce': 0.36; 'received:209': 0.37; 'url:docs': 0.38; 'url:en': 0.38; 'several': 0.39; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'url:group': 0.60; 'url:5': 0.61; 'skip:n 10': 0.63; 'to:addr:python-announce-list': 0.65; 'pleased': 0.66; 'online': 0.70 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=G0Bb/k3U5rsgZKQfsHWDBb/kcmNhZLQJKcUUqf0BibA=; b=HWEx4Y+aax5m/lQ28BCRgyBe2Pz+g2QODNyCp+tB/MshfNyCNK32qMMgLykX0czoNd Q/1D08abBjaxu+CuExcWw4fYTx3zPl2z8cvHkaiWPJlDOCtFbHk5s138DHx+RClDCkzk 68Sggmn8wp4zlEJ2HM3Mv7t9FJOmdwaGW2WpwYDmOb9zWCf9TLX6NpbNMY+JYjCaKoMv mSB5EwjimDE9R4I9/DKZbB8n6JWLhh41EZD1Mydh4sqDVqva6T6kYAO514a1uFaMfSNl /UYwKhPVyw5e+TaQEkjSPbNVFNHfHbKuA9OnlgzW+nm6NA9Wmiqv0jDST52BaEbiqW6m e8iA== MIME-Version: 1.0 Date: Tue, 13 Nov 2012 05:53:59 +0100 Subject: sqlparse 0.1.5 From: Andi Albrecht To: Python Announce X-Mailman-Approved-At: Tue, 13 Nov 2012 18:03:14 +0100 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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: 48 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1352826195 news.xs4all.nl 6888 [2001:888:2000:d::a6]:57620 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:752 I'm pleased to announce sqlparse 0.1.5. sqlparse is a non-validating SQL parser module. Download: https://github.com/downloads/andialbrecht/sqlparse/sqlparse-0.1.5.tar.gz This is a bug fix release. Changes since 0.1.4 =================== Bug Fixes * Improve handling of quoted identifiers (issue78). * Improve grouping and formatting of identifiers with operators (issue53). * Improve grouping and formatting of concatenated strings (issue53). * Improve handling of varchar() (by Mike Amy). * Clean up handling of various SQL elements. * Switch to py.test and clean up tests. * Several minor fixes. Other * Deprecate sqlparse.SQLParseError. Please use sqlparse.exceptions.SQLParseError instead. * Add caching to speed up processing. * Add experimental filters for token processing. * Add sqlformat.parsestream (by quest). What is sqlparse ================ sqlparse is a non-validating SQL parser module for Python. The module provides functions for splitting, formatting and parsing SQL statements. Please file bug reports and feature request on the issue tracker. Project Page: https://github.com/andialbrecht/sqlparse Documentation: http://readthedocs.org/docs/sqlparse/en/latest/ Discussions: http://groups.google.com/group/sqlparse Issues/Bugs: https://github.com/andialbrecht/sqlparse/issues Online Demo: http://sqlformat.appspot.com Best regards, Andi