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


Groups > comp.lang.python.announce > #752

sqlparse 0.1.5

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 <albrecht.andi@gmail.com>
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 <albrecht.andi@gmail.com>
To Python Announce <python-announce-list@python.org>
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 <python-announce-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Newsgroups comp.lang.python.announce
Message-ID <mailman.3637.1352826195.27098.python-announce-list@python.org> (permalink)
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

Show key headers only | View raw


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

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

sqlparse 0.1.5 Andi Albrecht <albrecht.andi@gmail.com> - 2012-11-13 05:53 +0100

csiph-web