sqlparse 0.1.9

Andi Albrecht albrecht.andi at gmail.com
Sat Sep 28 08:46:57 CEST 2013


I'm pleased to announce sqlparse 0.1.9!

Changes since last version:

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).

Download: https://pypi.python.org/packages/source/s/sqlparse/sqlparse-0.1.9.tar.gz#md5=165fa986606b4ee7064844ccfc40aee0
Project page: https://github.com/andialbrecht/sqlparse

Try it online on http://sqlformat.org

Thanks to all contributors!

Best regards,

Andi


More information about the Python-announce-list mailing list