28 Sep
2013
28 Sep
'13
1:46 a.m.
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... Project page: https://github.com/andialbrecht/sqlparse Try it online on http://sqlformat.org Thanks to all contributors! Best regards, Andi