summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\ \