summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #244 from vmuriart/refactorAndi Albrecht2016-06-0312-100/+84
|\ \ | |/ |/|
| * Remove redundant functionsVictor Uriarte2016-06-022-16/+2
| * Refactor format function signatureVictor Uriarte2016-06-021-2/+1
| * Update TokenType magic methods (contains, getattr, repr)Victor Uriarte2016-06-021-8/+7
| * Remove unused code from tokens.pyVictor Uriarte2016-06-021-14/+0
| * Add codecov supportVik2016-05-301-0/+1
| * Fix flake8 stylingVictor Uriarte2016-05-295-10/+8
| * Fix unicode comparison warningVictor Uriarte2016-05-291-2/+2
| * Update travis/tox configVictor Uriarte2016-05-293-31/+49
| * Change old-style class to new-styleVictor Uriarte2016-05-292-14/+14
| * Remove unused hash function from tokens.pyVictor Uriarte2016-05-291-3/+0
|/
* Update authors and Changelog.Andi Albrecht2016-05-292-0/+2
* Merge pull request #242 from tenghuanhe/masterAndi Albrecht2016-05-291-0/+9
|\
| * CREATE TABLE should not be parsed as FunctionTenghuan2016-05-291-0/+9
|/
* Update changelog.Andi Albrecht2016-05-281-0/+1
* Update authors and Changelog.Andi Albrecht2016-05-282-0/+2
* Merge pull request #236 from koljonen/using_directly_followed_by_parenthesisAndi Albrecht2016-05-282-0/+8
|\
| * Don't call is_keyword for the new 'USING(' regexkoljonen2016-05-151-1/+1
| * Recognize USING as a keyword in 'USING(', not just in 'USING ('koljonen2016-05-142-0/+8
* | Add issue233 to changelog.Andi Albrecht2016-05-281-0/+1
* | Update authors.Andi Albrecht2016-05-281-0/+1
* | Merge pull request #239 from dagwieers/patch-1Andi Albrecht2016-05-281-2/+2
|\ \
| * | Fix small typo in documentationDag Wieers2016-05-261-2/+2
* | | Merge pull request #240 from dagwieers/patch-2Andi Albrecht2016-05-281-1/+1
|\ \ \
| * | | Another small typo in the documentationDag Wieers2016-05-261-1/+1
| |/ /
* | | Merge pull request #241 from dagwieers/patch-3Andi Albrecht2016-05-281-1/+1
|\ \ \ | |/ / |/| |
| * | Another small type in the documentationDag Wieers2016-05-261-1/+1
|/ /
* | Merge pull request #235 from vmuriart/refactorAndi Albrecht2016-05-1513-506/+416
|\ \ | |/ |/|
| * 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