2014-12-01 12:27:56 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.1.14:
Release 0.1.14 (Nov 30, 2014)
-----------------------------
Bug Fixes
* Floats in UPDATE statements are now handled correctly (issue145).
* Properly handle string literals in comparisons (issue148, change proposed
by aadis).
* Fix indentation when using tabs (issue146).
Enhancements
* Improved formatting in list when newlines precede commas (issue140).
|
2014-10-12 16:59:11 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.1.13:
Release 0.1.13 (Oct 09, 2014)
-----------------------------
Bug Fixes
* Fix a regression in handling of NULL keywords introduced in 0.1.12.
|
2014-10-01 14:26:27 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.1.12:
Release 0.1.12 (Sep 20, 2014)
-----------------------------
Bug Fixes
* Fix handling of NULL keywords in aliased identifiers.
* Fix SerializerUnicode to split unquoted newlines (issue131, by Michael Schuller).
* Fix handling of modulo operators without spaces (by gavinwahl).
Enhancements
* Improve parsing of identifier lists containing placeholders.
* Speed up query parsing of unquoted lines (by Michael Schuller).
|
2014-02-12 16:19:33 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.1.11:
Release 0.1.11 (Feb 07, 2014)
-----------------------------
Bug Fixes
* Fix incorrect parsing of string literals containing line breaks (issue118).
* Fix typo in keywords, add MERGE, COLLECT keywords (issue122/124,
by Cristian Orellana).
* Improve parsing of string literals in columns.
* Fix parsing and formatting of statements containing EXCEPT keyword.
* Fix Function.get_parameters() (issue126/127, by spigwitmer).
Enhancements
* Classify DML keywords (issue116, by Victor Hahn).
* Add missing FOREACH keyword.
* Grouping of BEGIN/END blocks.
Other
* Python 2.5 isn't automatically tested anymore, neither Travis nor Tox
still support it out of the box.
|
2013-11-03 16:58:14 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.1.10:
Release 0.1.10 (Nov 02, 2013)
-----------------------------
Bug Fixes
* Removed buffered reading again, it obviously causes wrong parsing in some rare
cases (issue114).
* Fix regression in setup.py introduced 10 months ago (issue115).
Enhancements
* Improved support for JOINs, by Alexander Beedie.
|
2013-10-20 23:59:45 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.1.9:
Release 0.1.9 (Sep 28, 2013)
----------------------------
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).
|
2013-09-30 19:24:18 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Import py27-sqlparse-0.1.8 as databases/py-sqlparse.
sqlparse is a non-validating SQL parser module for Python.
|