Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | refactor group_comments | Victor Uriarte | 2016-05-11 | 1 | -15/+9 | |
| | | ||||||
| * | refactor sql.py functions | Victor Uriarte | 2016-05-11 | 3 | -86/+32 | |
| | | ||||||
| * | separate identifier grouping into its components | Victor Uriarte | 2016-05-10 | 2 | -80/+53 | |
| | | | | | | | | | | leaving sql.Operations in for future PR small behavior changed for invalid identifier | |||||
| * | refactor identifier list and alias grouping | Victor Uriarte | 2016-05-10 | 1 | -62/+26 | |
| | | ||||||
| * | refactor remove quotes | Victor Uriarte | 2016-05-10 | 1 | -11/+3 | |
| | | ||||||
| * | refactor _group_left_right | Victor Uriarte | 2016-05-10 | 1 | -64/+39 | |
| | | ||||||
| * | group all the one-offs | Victor Uriarte | 2016-05-10 | 1 | -31/+21 | |
| | | ||||||
| * | Add group matching M_tokens and refactor group matching | Victor Uriarte | 2016-05-10 | 3 | -110/+38 | |
| | | | | | | | | remove slots in subclasses | |||||
| * | Introduce @recurse to refactor recursion | Victor Uriarte | 2016-05-10 | 2 | -11/+12 | |
| | | ||||||
| * | generalize group_tokens for more use cases | Victor Uriarte | 2016-05-10 | 2 | -19/+29 | |
| | | ||||||
| * | adding powerful _token_matching and imt helper | Victor Uriarte | 2016-05-10 | 1 | -6/+30 | |
| | | ||||||
| * | update sql | Victor Uriarte | 2016-05-10 | 1 | -8/+8 | |
| | | ||||||
| * | Update compat and utils | Victor Uriarte | 2016-05-10 | 2 | -13/+98 | |
| | | ||||||
| * | Add editorconfig, update gitignore, filename, authors | Victor Uriarte | 2016-05-10 | 5 | -0/+27 | |
| | | ||||||
| * | fix test to run locally | Victor Uriarte | 2016-05-10 | 1 | -1/+2 | |
|/ | ||||||
* | Improve identifier parsing when identifier is a literal combined with order ↵ | Andi Albrecht | 2016-04-06 | 3 | -0/+9 | |
| | | | | keyword (fixes #101). | |||||
* | Code cleanup | Andi Albrecht | 2016-04-06 | 1 | -3/+4 | |
| | ||||||
* | Update Changelog and AUTHORS. | Andi Albrecht | 2016-04-06 | 2 | -0/+2 | |
| | ||||||
* | Merge pull request #231 from saaj/master | Andi Albrecht | 2016-04-06 | 2 | -1/+25 | |
|\ | | | | | Fix #230 (function comparison grouping) | |||||
| * | Fix #230 (function comparison grouping) | saaj | 2016-04-05 | 2 | -1/+25 | |
|/ | ||||||
* | Code cleanup. | Andi Albrecht | 2016-04-03 | 4 | -34/+32 | |
| | ||||||
* | Update AUTHORS and Changelog. | Andi Albrecht | 2016-03-30 | 2 | -0/+2 | |
| | ||||||
* | Merge pull request #229 from cbeloni/master | Andi Albrecht | 2016-03-30 | 1 | -1/+1 | |
|\ | | | | | Token keyword correction | |||||
| * | Token keyword correction | Cauê Beloni | 2016-03-29 | 1 | -1/+1 | |
|/ | ||||||
* | Merge tag 0.1.9 back into master. | Andi Albrecht | 2016-03-07 | 1 | -3/+2 | |
|\ | ||||||
| * | Bump version to 0.1.19.0.1.19 | Andi Albrecht | 2016-03-07 | 2 | -1/+8 | |
| | | ||||||
* | | Update authors and changelog. | Andi Albrecht | 2016-03-07 | 2 | -0/+2 | |
| | | ||||||
* | | Merge pull request #228 from compareasiagroup/master | Andi Albrecht | 2016-03-07 | 4 | -1/+27 | |
|\ \ | | | | | | | Fix for #227 (get_type() doesn't work for queries that use WITH) | |||||
| * | | Ensure get_type() works for queries that use WITH. | Andrew Tipton | 2016-03-02 | 4 | -5/+24 | |
| | | | ||||||
| * | | Add failing test for issue #227. | Andrew Tipton | 2016-03-02 | 1 | -0/+7 | |
|/ / | ||||||
* | | Merge pull request #219 from shenlongxing/master | Andi Albrecht | 2016-01-02 | 1 | -0/+1 | |
|\ \ | | | | | | | Add keyword 'SEQUENCE' | |||||
| * | | Add keyword 'SEQUENCE' | Shen Longxing | 2015-12-22 | 1 | -0/+1 | |
|/ / | | | | | For now, sqlparse does not support 'create sequence' statement. Add keyword 'SEQUENCE' to support it. | |||||
* | | Update changelog. | Andi Albrecht | 2015-12-22 | 1 | -0/+3 | |
| | | ||||||
* | | Merge pull request #216 from shenlongxing/master | Andi Albrecht | 2015-12-22 | 3 | -3/+4 | |
|\ \ | | | | | | | fix issue #215 | |||||
| * | | fix issue #215 | Shen Longxing | 2015-12-18 | 1 | -2/+2 | |
| | | | | | | | | | Add splitlevel for while/end while | |||||
| * | | fix issue #215 | Shen Longxing | 2015-12-18 | 1 | -1/+1 | |
| | | | | | | | | | Add token for 'END WHILE' | |||||
| * | | fix issue #215 | Shen Longxing | 2015-12-18 | 1 | -0/+1 | |
|/ / | | | | | Add keyword 'WHILE' | |||||
* | | Update changelog. | Andi Albrecht | 2015-12-14 | 1 | -0/+7 | |
| | | ||||||
* | | Add test case for issue 214, update changelog and authors. | Andi Albrecht | 2015-12-14 | 3 | -0/+10 | |
| | | ||||||
* | | Merge pull request #214 from shenlongxing/master | Andi Albrecht | 2015-12-14 | 1 | -1/+3 | |
|\ \ | | | | | | | fix issue #213 | |||||
| * | | fix issue #213 | Shen Longxing | 2015-12-14 | 1 | -1/+3 | |
|/ / | ||||||
* | | Fix version check when casting TokenList to string (fixes #212). | Andi Albrecht | 2015-12-08 | 2 | -1/+12 | |
| | | ||||||
* | | Merge branch 'hotfix'. | Andi Albrecht | 2015-12-08 | 1 | -3/+3 | |
|\ \ | |/ | ||||||
| * | Workaround to avoid IndexError when grouping identifiers. | Andi Albrecht | 2015-12-08 | 1 | -3/+3 | |
| | | ||||||
* | | Remove 2to3 from setup.py. | Andi Albrecht | 2015-12-08 | 1 | -6/+0 | |
| | | ||||||
* | | Merge pull request #210 from tobiasquinn/master | Andi Albrecht | 2015-11-17 | 1 | -0/+1 | |
|\ \ | | | | | | | added *.class to gitignore for use as submodule with jython in clojure project | |||||
| * | | added *.class to gitignore for use with jython | Tobias Quinn | 2015-11-17 | 1 | -0/+1 | |
|/ / | ||||||
* | | Remove useless items from TODO. | Andi Albrecht | 2015-10-26 | 1 | -2/+0 | |
| | | ||||||
* | | Remove SQLParseError from top-level module. | Andi Albrecht | 2015-10-26 | 2 | -3/+3 | |
| | | ||||||
* | | Remove sql.Token.to_unicode. | Andi Albrecht | 2015-10-26 | 2 | -8/+3 | |
| | |