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


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

sqlparse 0.1.5

Date 2012-11-13 05:53 +0100
Subject sqlparse 0.1.5
From Andi Albrecht <albrecht.andi@gmail.com>
Newsgroups comp.lang.python.announce
Message-ID <mailman.3637.1352826195.27098.python-announce-list@python.org> (permalink)

Show all headers | 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