summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This is 0.2.4.0.2.4Andi Albrecht2017-09-272-3/+3
* Close files during tests.Andi Albrecht2017-09-243-11/+17
* Fix handling of semicolon when grouping assignments (fixes #359).Andi Albrecht2017-09-243-1/+12
* Update changelog and authors.Andi Albrecht2017-09-212-0/+2
* Merge pull request #330 from atronah/masterAndi Albrecht2017-09-212-4/+17
|\
| * Merge branch 'master' into masterAndi Albrecht2017-09-218-17/+57
| |\ | |/ |/|
* | Update authors and changelog.Andi Albrecht2017-09-142-0/+2
* | Code cleanup.Andi Albrecht2017-09-141-11/+11
* | Merge pull request #357 from Demetrio92/masterAndi Albrecht2017-09-141-0/+16
|\ \
| * \ Merge pull request #1 from Demetrio92/plpgsql-syntaxDemetrio922017-09-141-0/+16
| |\ \
| | * | add PL/pgSQL syntaxDemetrio922017-08-071-0/+16
| |/ /
* | | Merge pull request #355 from mvbentes/masterAndi Albrecht2017-08-281-7/+7
|\ \ \ | |/ / |/| |
| * | Extend alphas with accented charactersmvbentes2017-08-251-7/+7
|/ /
* | Don't treat sysdate as a builtin (fixes #344).Andi Albrecht2017-07-291-1/+1
* | Fix parsing of UNION ALL after WHERE (fixes #349).Andi Albrecht2017-07-293-2/+14
* | Recognize MySQL table names starting with digits (fixes #337).Andi Albrecht2017-05-253-4/+8
* | Update authors and changelog.Andi Albrecht2017-05-252-0/+5
* | Merge pull request #333 from phdru/mysql_keywordsAndi Albrecht2017-05-231-0/+3
|\ \
| * | Add MySQL keywords: ENGINE, AUTO_INCREMENT, CHARSETOleg Broytman2017-05-111-0/+3
* | | Merge pull request #335 from jdufresne/bdist_wheelAndi Albrecht2017-05-231-1/+1
|\ \ \ | |/ / |/| |
| * | Rename section to [bdist_wheel] as [wheel] is considered "legacy"Jon Dufresne2017-05-171-1/+1
* | | Merge pull request #331 from jdufresne/generatorAndi Albrecht2017-04-301-2/+2
|\ \ \ | |/ / |/| |
| * | Use generator expression to avoid unnecessary temporary listJon Dufresne2017-04-291-2/+2
|/ /
| * adds '1.' option support for float numbers regexatronah2017-04-302-2/+17
|/
* Merge pull request #328 from phdru/mysql_unlockAndi Albrecht2017-04-191-0/+1
|\
| * Add UNLOCK keywordOleg Broytman2017-04-141-0/+1
* | Re-order parsing so that comparisons are seens as identifiers (fixes #327).Andi Albrecht2017-04-183-3/+19
|/
* Switch back to development version.Andi Albrecht2017-03-022-1/+7
* Bump version.0.2.3Andi Albrecht2017-03-021-1/+1
* Update changelog.Andi Albrecht2017-03-021-2/+2
* Fix parsing of INTO keyword in WHERE clauses (fixes #324).Andi Albrecht2017-03-023-1/+10
* Update changelog.Andi Albrecht2017-02-131-1/+1
* Update changelog and authors.Andi Albrecht2017-02-132-0/+2
* Merge pull request #323 from rowanseymour/concurrently_keywordAndi Albrecht2017-02-132-0/+14
|\
| * Fix line lengthRowan Seymour2017-02-091-1/+2
| * CONCURRENTLY should be handled as a keywordRowan Seymour2017-02-092-0/+13
* | Update changelog.Andi Albrecht2017-02-131-0/+1
|/
* Merge pull request #321 from romainr/patch-1Victor Uriarte2017-02-073-3/+5
|\
| * Update test with new behaviorVictor Uriarte2017-02-071-2/+3
| * Putting LIMIT on a new line #320Romain Rigaux2017-02-041-1/+1
* | Clean-up CIVictor Uriarte2017-02-073-13/+11
|/
* Don't treat GROUPS as a keyword, it's too common for table names.Andi Albrecht2017-01-241-1/+2
* Don't treat STATE as a keyword, it causes too much troubles (fixes #296).Andi Albrecht2017-01-231-1/+1
* Update changelog.Andi Albrecht2017-01-231-0/+3
* Update authors.Andi Albrecht2017-01-232-0/+2
* Update authors and changelog.Andi Albrecht2017-01-232-0/+5
* Merge pull request #317 from twang2218/cli-add-encodingVictor Uriarte2017-01-224-6/+89
|\
| * Add another CLI encoding testVictor Uriarte2017-01-221-0/+8
| * CLI: Add --encoding optionTao Wang2017-01-124-6/+81
|/
* Fix travis py3.6 setup.Victor Uriarte2017-01-101-1/+2