summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * refactor group_commentsVictor Uriarte2016-05-111-15/+9
| * refactor sql.py functionsVictor Uriarte2016-05-113-86/+32
| * separate identifier grouping into its componentsVictor Uriarte2016-05-102-80/+53
| * refactor identifier list and alias groupingVictor Uriarte2016-05-101-62/+26
| * refactor remove quotesVictor Uriarte2016-05-101-11/+3
| * refactor _group_left_rightVictor Uriarte2016-05-101-64/+39
| * group all the one-offsVictor Uriarte2016-05-101-31/+21
| * Add group matching M_tokens and refactor group matchingVictor Uriarte2016-05-103-110/+38
| * Introduce @recurse to refactor recursionVictor Uriarte2016-05-102-11/+12
| * generalize group_tokens for more use casesVictor Uriarte2016-05-102-19/+29
| * adding powerful _token_matching and imt helperVictor Uriarte2016-05-101-6/+30
| * update sqlVictor Uriarte2016-05-101-8/+8
| * Update compat and utilsVictor Uriarte2016-05-102-13/+98
| * Add editorconfig, update gitignore, filename, authorsVictor Uriarte2016-05-105-0/+27
| * fix test to run locallyVictor Uriarte2016-05-101-1/+2
|/
* Improve identifier parsing when identifier is a literal combined with order k...Andi Albrecht2016-04-063-0/+9
* Code cleanupAndi Albrecht2016-04-061-3/+4
* Update Changelog and AUTHORS.Andi Albrecht2016-04-062-0/+2
* Merge pull request #231 from saaj/masterAndi Albrecht2016-04-062-1/+25
|\
| * Fix #230 (function comparison grouping)saaj2016-04-052-1/+25
|/
* Code cleanup.Andi Albrecht2016-04-034-34/+32
* Update AUTHORS and Changelog.Andi Albrecht2016-03-302-0/+2
* Merge pull request #229 from cbeloni/masterAndi Albrecht2016-03-301-1/+1
|\
| * Token keyword correctionCauĂȘ Beloni2016-03-291-1/+1
|/
* Merge tag 0.1.9 back into master.Andi Albrecht2016-03-071-3/+2
|\
| * Bump version to 0.1.19.0.1.19Andi Albrecht2016-03-072-1/+8
* | Update authors and changelog.Andi Albrecht2016-03-072-0/+2
* | Merge pull request #228 from compareasiagroup/masterAndi Albrecht2016-03-074-1/+27
|\ \
| * | Ensure get_type() works for queries that use WITH.Andrew Tipton2016-03-024-5/+24
| * | Add failing test for issue #227.Andrew Tipton2016-03-021-0/+7
|/ /
* | Merge pull request #219 from shenlongxing/masterAndi Albrecht2016-01-021-0/+1
|\ \
| * | Add keyword 'SEQUENCE'Shen Longxing2015-12-221-0/+1
|/ /
* | Update changelog.Andi Albrecht2015-12-221-0/+3
* | Merge pull request #216 from shenlongxing/masterAndi Albrecht2015-12-223-3/+4
|\ \
| * | fix issue #215Shen Longxing2015-12-181-2/+2
| * | fix issue #215Shen Longxing2015-12-181-1/+1
| * | fix issue #215Shen Longxing2015-12-181-0/+1
|/ /
* | Update changelog.Andi Albrecht2015-12-141-0/+7
* | Add test case for issue 214, update changelog and authors.Andi Albrecht2015-12-143-0/+10
* | Merge pull request #214 from shenlongxing/masterAndi Albrecht2015-12-141-1/+3
|\ \
| * | fix issue #213Shen Longxing2015-12-141-1/+3
|/ /
* | Fix version check when casting TokenList to string (fixes #212).Andi Albrecht2015-12-082-1/+12
* | Merge branch 'hotfix'.Andi Albrecht2015-12-081-3/+3
|\ \ | |/
| * Workaround to avoid IndexError when grouping identifiers.Andi Albrecht2015-12-081-3/+3
* | Remove 2to3 from setup.py.Andi Albrecht2015-12-081-6/+0
* | Merge pull request #210 from tobiasquinn/masterAndi Albrecht2015-11-171-0/+1
|\ \
| * | added *.class to gitignore for use with jythonTobias Quinn2015-11-171-0/+1
|/ /
* | Remove useless items from TODO.Andi Albrecht2015-10-261-2/+0
* | Remove SQLParseError from top-level module.Andi Albrecht2015-10-262-3/+3
* | Remove sql.Token.to_unicode.Andi Albrecht2015-10-262-8/+3