Path to this page:
Subject: CVS commit: pkgsrc/databases/py-sqlparse
From: Thomas Klausner
Date: 2016-10-31 17:31:32
Message id: 20161031163132.5881AFBA3@cvs.NetBSD.org
Log Message:
Updated py-sqlparse to 0.2.2.
Release 0.2.2 (Oct 22, 2016)
----------------------------
Enhancements
* Add comma_first option: When splitting list "comma first" notation
is used (issue141).
Bug Fixes
* Fix parsing of incomplete AS (issue284, by vmuriart).
* Fix parsing of Oracle names containing dollars (issue291).
* Fix parsing of UNION ALL (issue294).
* Fix grouping of identifiers containing typecasts (issue297).
* Add Changelog to sdist again (issue302).
Internal Changes
* `is_whitespace` and `is_group` changed into properties
Files: