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 -- https://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/
