sqlparse 0.1.3

I've just released a new bug fix release for sqlparse.

Changes since 0.1.2

Bug Fixes

  • Improve parsing of floats (thanks to Kris).
  • When formatting a statement a space before LIMIT was removed (issue35).
  • Fix stripcomments flag (issue38, reported by ooberm…@gmail.com).
  • Avoid parsing names as keywords (issue39, reported by djo…@taket.org).
  • Make sure identifier lists in subselects are grouped (issue40, reported by djo…@taket.org).
  • Split statements with IF as functions correctly (issue33 and issue29, reported by charles….@unige.ch).
  • Relax detection of keywords, esp. when used as function names (issue36, nyuhu…@gmail.com).
  • Don't treat single characters as keywords (issue32).
  • Improve parsing of stand-alone comments (issue26).
  • Detection of placeholders in paramterized queries (issue22, reported by Glyph Lefkowitz).
  • Add parsing of MS Access column names with braces (issue27, reported by frankz…@gmail.com).

Other

Special thanks to Andriy Senkovych for packaging sqlparse for Debian/Ubuntu and giving some insights in all that packaging stuff. Thanks to all other package maintainers too!

Please file bug reports and feature request on the issue tracker.

Comments