summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | | | When grouping assignments that contain a semicolon itself, the engine was too greedy. Assignments with semicolon were introduced in 691c0400e5a7d8229b7dce09bf47176539add328.
* Update changelog and authors.Andi Albrecht2017-09-212-0/+2
|
* Merge pull request #330 from atronah/masterAndi Albrecht2017-09-212-4/+17
|\ | | | | adds '1.' option support for float numbers regex
| * 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
|\ \ | | | | | | add PL/pgSQL syntax
| * \ Merge pull request #1 from Demetrio92/plpgsql-syntaxDemetrio922017-09-141-0/+16
| |\ \ | | | | | | | | add PL/pgSQL syntax
| | * | add PL/pgSQL syntaxDemetrio922017-08-071-0/+16
| |/ / | | | | | | tested with mxtr/SQLTools
* | | Merge pull request #355 from mvbentes/masterAndi Albrecht2017-08-281-7/+7
|\ \ \ | |/ / |/| | Extend alphas with accented characters
| * | Extend alphas with accented charactersmvbentes2017-08-251-7/+7
|/ /
* | Don't treat sysdate as a builtin (fixes #344).Andi Albrecht2017-07-291-1/+1
| | | | | | | | | | | | According to Oracle's developer documentation sysdate is a function that doesn't require any parameters. Hence it's different from other builtins like int or varchar.
* | 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 more MySQL keywords
| * | Add MySQL keywords: ENGINE, AUTO_INCREMENT, CHARSETOleg Broytman2017-05-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | These are keywords from table options: CREATE TABLE name ( column definitions, ... ) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8;
* | | Merge pull request #335 from jdufresne/bdist_wheelAndi Albrecht2017-05-231-1/+1
|\ \ \ | |/ / |/| | Rename section to [bdist_wheel] as [wheel] is considered "legacy"
| * | Rename section to [bdist_wheel] as [wheel] is considered "legacy"Jon Dufresne2017-05-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | See: https://bitbucket.org/pypa/wheel/src/54ddbcc9cec25e1f4d111a142b8bfaa163130a61/wheel/bdist_wheel.py?fileviewer=file-view-default#bdist_wheel.py-119:125 http://pythonwheels.com/
* | | Merge pull request #331 from jdufresne/generatorAndi Albrecht2017-04-301-2/+2
|\ \ \ | |/ / |/| | Use generator expression to avoid unnecessary temporary list
| * | 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 keyword
| * 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
|\ | | | | CONCURRENTLY should be handled as a keyword
| * 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
|\ | | | | | | Putting LIMIT on a new line #320
| * Update test with new behaviorVictor Uriarte2017-02-071-2/+3
| |
| * Putting LIMIT on a new line #320Romain Rigaux2017-02-041-1/+1
| | | | | | https://github.com/andialbrecht/sqlparse/issues/320
* | Clean-up CIVictor Uriarte2017-02-073-13/+11
|/ | | | Remove noisy pytest options too
* 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 --encoding option in CLI
| * Add another CLI encoding testVictor Uriarte2017-01-221-0/+8
| | | | | | | | This one I couldn't get to pass on my attempt
| * CLI: Add --encoding optionTao Wang2017-01-124-6/+81
|/ | | | | | | | * Add `--encoding` option with default utf-8 * Make sure input and output are in same encoding * Add test cases Signed-off-by: Tao Wang <twang2218@gmail.com>
* Fix travis py3.6 setup.Victor Uriarte2017-01-101-1/+2
| | | | Python3.6 is not part of standard travis build