Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Remove duplicate StringIO import | Jon Dufresne | 2018-01-04 | 1 | -1/+0 | |
|/ | ||||||
* | Merge pull request #368 from jesse-c/add-more-pg-types | Andi Albrecht | 2017-12-18 | 1 | -0/+27 | |
|\ | | | | | Add more Postgres types | |||||
| * | Add more Postgres types. [1] | Jesse Claven | 2017-12-18 | 1 | -0/+27 | |
|/ | | | | [1] https://www.postgresql.org/docs/9.5/static/datatype.html#DATATYPE-TABLE | |||||
* | Code cleanup. | Andi Albrecht | 2017-12-03 | 1 | -5/+6 | |
| | ||||||
* | Fix regression introduced by new indent_after_first option. | Andi Albrecht | 2017-12-03 | 1 | -0/+1 | |
| | ||||||
* | Merge pull request #366 from andialbrecht/typo | Andi Albrecht | 2017-11-30 | 12 | -24/+24 | |
|\ | | | | | Fix typos | |||||
| * | Fix typostypo | Victor Uriarte | 2017-11-29 | 12 | -24/+24 | |
|/ | ||||||
* | Update authors and changelog. | Andi Albrecht | 2017-11-24 | 2 | -1/+4 | |
| | ||||||
* | Merge pull request #345 from johshoff/master | Andi Albrecht | 2017-11-24 | 3 | -2/+15 | |
|\ | | | | | Option to indent after first line | |||||
| * | Adhere to style | Johannes Hoff | 2017-11-23 | 1 | -1/+1 | |
| | | ||||||
| * | Option to indent after first line | Johannes Hoff | 2017-06-20 | 3 | -2/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a command line argument `--indent_after_first` which sets the indentation of all lines after the first one, e.g. SELECT, UPDATE, etc. For example: $ sqlparse/__main__.py -r sample.sql UPDATE foo SET a = 1 WHERE a > 2 AND a < 10; $ sqlparse/__main__.py -r --indent_after_first sample.sql UPDATE foo SET a = 1 WHERE a > 2 AND a < 10; | |||||
* | | Merge pull request #362 from jdufresne/wheel-license | Andi Albrecht | 2017-11-21 | 1 | -0/+3 | |
|\ \ | | | | | | | Include license file in the generated wheel package | |||||
| * | | Include license file in the generated wheel package | Jon Dufresne | 2017-10-28 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file | |||||
* | | | Merge pull request #363 from jdufresne/py26 | Andi Albrecht | 2017-11-21 | 2 | -5/+3 | |
|\ \ \ | | | | | | | | | Remove references and testing for unsupported Python versions | |||||
| * | | | Remove references and testing for unsupported Python versions | Jon Dufresne | 2017-10-28 | 2 | -5/+3 | |
| |/ / | ||||||
* | | | Merge pull request #364 from jdufresne/flake8 | Andi Albrecht | 2017-11-21 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | Fix flake8 warning with newer flake8 version | |||||
| * | | | Fix flake8 warning with newer flake8 version | Jon Dufresne | 2017-10-28 | 1 | -2/+2 | |
| |/ / | | | | | | | | | | | | | Report "ambiguous variable name 'l'", replace with a more descriptive name. | |||||
* | | | Merge pull request #365 from jdufresne/unclosed | Andi Albrecht | 2017-11-21 | 2 | -5/+9 | |
|\ \ \ | |/ / |/| | | Fix unclosed file warnings discovered during tests | |||||
| * | | Fix unclosed file warnings discovered during tests | Jon Dufresne | 2017-10-28 | 2 | -5/+9 | |
|/ / | | | | | | | | | | | | | | | Appear as: ResourceWarning: unclosed file ... Always explicitly close files or detach file wrappers. | |||||
* | | Merge pull request #361 from pjdelport/update-name | Andi Albrecht | 2017-10-18 | 2 | -2/+2 | |
|\ \ | | | | | | | Update my name in AUTHORS & CHANGELOG | |||||
| * | | (Update my name) | Pi Delport | 2017-10-18 | 2 | -2/+2 | |
|/ / | ||||||
* | | Switch back to development. | Andi Albrecht | 2017-09-27 | 2 | -1/+7 | |
| | | ||||||
* | | This is 0.2.4.0.2.4 | Andi Albrecht | 2017-09-27 | 2 | -3/+3 | |
| | | ||||||
* | | Close files during tests. | Andi Albrecht | 2017-09-24 | 3 | -11/+17 | |
| | | ||||||
* | | Fix handling of semicolon when grouping assignments (fixes #359). | Andi Albrecht | 2017-09-24 | 3 | -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 Albrecht | 2017-09-21 | 2 | -0/+2 | |
| | | ||||||
* | | Merge pull request #330 from atronah/master | Andi Albrecht | 2017-09-21 | 2 | -4/+17 | |
|\ \ | | | | | | | adds '1.' option support for float numbers regex | |||||
| * \ | Merge branch 'master' into master | Andi Albrecht | 2017-09-21 | 8 | -17/+57 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Update authors and changelog. | Andi Albrecht | 2017-09-14 | 2 | -0/+2 | |
| | | | ||||||
* | | | Code cleanup. | Andi Albrecht | 2017-09-14 | 1 | -11/+11 | |
| | | | ||||||
* | | | Merge pull request #357 from Demetrio92/master | Andi Albrecht | 2017-09-14 | 1 | -0/+16 | |
|\ \ \ | | | | | | | | | add PL/pgSQL syntax | |||||
| * \ \ | Merge pull request #1 from Demetrio92/plpgsql-syntax | Demetrio92 | 2017-09-14 | 1 | -0/+16 | |
| |\ \ \ | | | | | | | | | | | add PL/pgSQL syntax | |||||
| | * | | | add PL/pgSQL syntax | Demetrio92 | 2017-08-07 | 1 | -0/+16 | |
| |/ / / | | | | | | | | | tested with mxtr/SQLTools | |||||
* | | | | Merge pull request #355 from mvbentes/master | Andi Albrecht | 2017-08-28 | 1 | -7/+7 | |
|\ \ \ \ | |/ / / |/| | | | Extend alphas with accented characters | |||||
| * | | | Extend alphas with accented characters | mvbentes | 2017-08-25 | 1 | -7/+7 | |
|/ / / | ||||||
* | | | Don't treat sysdate as a builtin (fixes #344). | Andi Albrecht | 2017-07-29 | 1 | -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 Albrecht | 2017-07-29 | 3 | -2/+14 | |
| |/ |/| | ||||||
* | | Recognize MySQL table names starting with digits (fixes #337). | Andi Albrecht | 2017-05-25 | 3 | -4/+8 | |
| | | ||||||
* | | Update authors and changelog. | Andi Albrecht | 2017-05-25 | 2 | -0/+5 | |
| | | ||||||
* | | Merge pull request #333 from phdru/mysql_keywords | Andi Albrecht | 2017-05-23 | 1 | -0/+3 | |
|\ \ | | | | | | | Add more MySQL keywords | |||||
| * | | Add MySQL keywords: ENGINE, AUTO_INCREMENT, CHARSET | Oleg Broytman | 2017-05-11 | 1 | -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_wheel | Andi Albrecht | 2017-05-23 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | Rename section to [bdist_wheel] as [wheel] is considered "legacy" | |||||
| * | | Rename section to [bdist_wheel] as [wheel] is considered "legacy" | Jon Dufresne | 2017-05-17 | 1 | -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/generator | Andi Albrecht | 2017-04-30 | 1 | -2/+2 | |
|\ \ \ | |/ / |/| | | Use generator expression to avoid unnecessary temporary list | |||||
| * | | Use generator expression to avoid unnecessary temporary list | Jon Dufresne | 2017-04-29 | 1 | -2/+2 | |
|/ / | ||||||
| * | adds '1.' option support for float numbers regex | atronah | 2017-04-30 | 2 | -2/+17 | |
|/ | ||||||
* | Merge pull request #328 from phdru/mysql_unlock | Andi Albrecht | 2017-04-19 | 1 | -0/+1 | |
|\ | | | | | Add UNLOCK keyword | |||||
| * | Add UNLOCK keyword | Oleg Broytman | 2017-04-14 | 1 | -0/+1 | |
| | | ||||||
* | | Re-order parsing so that comparisons are seens as identifiers (fixes #327). | Andi Albrecht | 2017-04-18 | 3 | -3/+19 | |
|/ | ||||||
* | Switch back to development version. | Andi Albrecht | 2017-03-02 | 2 | -1/+7 | |
| |