Merge lp://staging/~wgrant/python-oops-tools/new-sqlparse into lp://staging/python-oops-tools
Proposed by
William Grant
Status: | Merged |
---|---|
Approved by: | William Grant |
Approved revision: | 33 |
Merged at revision: | 33 |
Proposed branch: | lp://staging/~wgrant/python-oops-tools/new-sqlparse |
Merge into: | lp://staging/python-oops-tools |
Diff against target: |
12 lines (+1/-1) 1 file modified
versions.cfg (+1/-1) |
To merge this branch: | bzr merge lp://staging/~wgrant/python-oops-tools/new-sqlparse |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
William Grant (community) | code | Approve | |
Review via email: mp+98950@code.staging.launchpad.net |
Commit message
Upgrade sqlparse to 0.1.3 to get some crash fixes.
Description of the change
We currently use sqlparse 0.1.2, which crashes when reindenting some odd SQL:
>>> sqlparse.
u'SELECT CASE (foo)\n WHEN 0 THEN 1\n END'
>>> sqlparse.
Traceback (most recent call last):
File "<console>", line 1, in <module>
This branch just upgrades us to 0.1.3, which fixes this particular issue.
To post a comment you must log in.