summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This is 0.2.1.0.2.1Andi Albrecht2016-08-132-3/+3
* Parse double dollars (PostgreSQL) as literal strings (fixes #277).Andi Albrecht2016-08-136-5/+56
* Don't rely on line breaks in tests.Andi Albrecht2016-08-132-2/+2
* Pipe command line args to py.testAndi Albrecht2016-08-131-1/+1
* Move file_types list to compat module.Andi Albrecht2016-08-102-9/+6
* Update Changelog.Andi Albrecht2016-08-101-0/+2
* Merge pull request #279 from phdru/issue-190Vik2016-08-053-2/+15
|\
| * Fix a bug: recognize file (Python 2) as a streamOleg Broytman2016-08-062-1/+14
| * Ignore *.pyo byte code filesOleg Broytman2016-08-051-1/+1
* | Merge pull request #280 from phdru/quotesVik2016-08-052-2/+17
|\ \ | |/ |/|
| * Avoid double apostrophesOleg Broytman2016-08-062-2/+17
|/
* Add missing documentation (fixes #275).Andi Albrecht2016-07-231-0/+3
* Fix parsing of streams (fixes #273).Andi Albrecht2016-07-222-2/+7
* Merge pull request #274 from gmccreight/masterAndi Albrecht2016-07-223-0/+16
|\
| * Failing test: stream worked in 0.1.19Gordon McCreight2016-07-213-0/+16
|/
* Switch back to development version.Andi Albrecht2016-07-202-1/+7
* Bump version to 0.2.0.0.2.0Andi Albrecht2016-07-202-3/+3
* Update changelog.Andi Albrecht2016-07-201-0/+3
* Cleanup: Don't redefine underscore.Andi Albrecht2016-07-201-1/+1
* Format keywords.pyVictor Uriarte2016-06-281-2/+4
* Merge pull request #269 from dlenski/oracle-11g-keywordsVik2016-06-281-1/+134
|\
| * add all Oracle 11g NON-RESERVED keywords (in a separate dict, as @vmuriart su...Dan Lenski2016-06-281-1/+106
| * I think ROWID, ROWLABEL, ROWNUM, and SYSDATE should be classified as Name.Bui...Dan Lenski2016-06-261-4/+4
| * add all Oracle 11g reserved words that aren't already in sqlparse.keywordsDan Lenski2016-06-261-0/+28
* | Merge pull request #268 from darikg/returningVik2016-06-252-1/+9
|\ \
| * | Returning clause ends where clauseDarik Gamble2016-06-252-1/+9
|/ /
* | Merge pull request #267 from darikg/returningVik2016-06-251-0/+1
|\ \
| * | Add RETURNING keywordDarik Gamble2016-06-241-0/+1
|/ /
* | Merge pull request #263 from vmuriart/clean-testsVik2016-06-2310-1361/+1367
|\ \
| * | Format cli.py and add cli-testsVictor Uriarte2016-06-202-7/+42
| * | Split test/asserts that are weakly relatedVictor Uriarte2016-06-201-8/+22
| * | Parametrize testsVictor Uriarte2016-06-205-153/+70
| * | Remove some test classes and clean-upVictor Uriarte2016-06-206-1024/+1102
| * | Replace tests/utils with conftest.pyVictor Uriarte2016-06-205-35/+55
| * | Replace other UnitTest with Py.TestVictor Uriarte2016-06-208-462/+441
| * | Replace ndiffAssertEqual with Py.TestVictor Uriarte2016-06-206-314/+277
|/ /
* | Merge pull request #265 from darikg/dont-ignore-skip_cmVictor Uriarte2016-06-202-19/+13
|\ \
| * | token_next shouldn't ignore skip_cmDarik Gamble2016-06-202-19/+13
* | | Merge pull request #264 from julienbaley/patch-1Vik2016-06-201-1/+1
|\ \ \ | |/ / |/| |
| * | Fix release date of 0.1.19Julien Baley2016-06-201-1/+1
|/ /
* | Previous fix for period failed when another token (non-groupable) followed.Victor Uriarte2016-06-192-3/+17
* | Revert behavior of dangling period(hanging schema qualifier)Victor Uriarte2016-06-182-5/+5
* | Misc. small code clean-up/commentsVictor Uriarte2016-06-183-4/+4
* | Merge pull request #260 from vmuriart/long_live_indexesVik2016-06-1612-318/+424
|\ \
| * | Update AUTHORS and CHANGELOGVictor Uriarte2016-06-152-0/+2
| * | Change group_matching back to idxVictor Uriarte2016-06-151-6/+16
| * | remove group left_rightVictor Uriarte2016-06-151-27/+0
| * | Change grouping from _left_right to _groupVictor Uriarte2016-06-151-18/+71
| * | remove extra recurse and rename varsVictor Uriarte2016-06-151-30/+43
| * | Refactor _group's prev token logicVictor Uriarte2016-06-151-13/+11