I'm pleased to announce sqlparse 0.1.8 Bug Fixes * Whitespaces within certain keywords are now allowed (issue97, patch proposed by xcombelle). Enhancements * Improve parsing of assignments in UPDATE statements (issue90). * Add STRAIGHT_JOIN statement (by Yago Riveiro). * Function.get_parameters() now returns the parameter if only one parameter is given (issue94, by wayne.wuw). * sqlparse.split() now removes leading and trailing whitespaces from splitted statements. * Add USE as keyword token (by mulos). * Improve parsing of PEP249-style placeholders (issue103). Installation (Python 2.4-2.7, 3.x, pypy): pip install sqlparse Documentation: http://sqlparse.readthedocs.org/ Issue tracker & repository: https://github.com/andialbrecht/sqlparse Or just try it out by visiting: http://sqlformat.org Thanks for all the feedback that leads to all the enhancements and bug fixes in this release. Andi
participants (1)
-
Andi Albrecht