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 is now compatible with Python 3 without any patches. The Python 3 version is generated during install by 2to3. You’ll need distribute to install sqlparse for Python 3.
- Initial release.