Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Reduce max line length in flake8 to the default of 79. | Andi Albrecht | 2022-08-07 | 1 | -1/+1 | |
| | ||||||
* | Test on Python 3.11 beta 5 | Christian Clauss | 2022-08-07 | 1 | -2/+2 | |
| | ||||||
* | GitHub Actions: Add Py3.10, update Actions, more flake8 tests | Christian Clauss | 2022-08-07 | 1 | -13/+7 | |
| | | | "3.10" must be quoted in yaml https://dev.to/hugovk/the-python-3-1-problem-85g | |||||
* | Cleanup whitespace in README. | Andi Albrecht | 2022-08-07 | 1 | -1/+1 | |
| | ||||||
* | CHANGELOG: Fix typo | Christian Clauss | 2022-04-29 | 1 | -1/+1 | |
| | ||||||
* | Create codeql-analysis.yml | Andi Albrecht | 2021-09-10 | 1 | -0/+71 | |
| | ||||||
* | CI: Remove Travis configuration. | Andi Albrecht | 2021-09-10 | 1 | -29/+0 | |
| | ||||||
* | CI: ..and also fix the other flake8 command. | Andi Albrecht | 2021-09-10 | 1 | -1/+1 | |
| | ||||||
* | CI: Fix flake8 command. | Andi Albrecht | 2021-09-10 | 1 | -2/+2 | |
| | ||||||
* | CI: Publish code coverage. | Andi Albrecht | 2021-09-10 | 1 | -2/+5 | |
| | ||||||
* | Update github action. | Andi Albrecht | 2021-09-10 | 2 | -4/+4 | |
| | ||||||
* | Create python-app.yml | Andi Albrecht | 2021-09-10 | 1 | -0/+39 | |
| | ||||||
* | Switch back to development mode. | Andi Albrecht | 2021-09-10 | 2 | -1/+7 | |
| | ||||||
* | Update changelog.0.4.2 | Andi Albrecht | 2021-09-10 | 1 | -1/+1 | |
| | ||||||
* | Update Changelog and bump version. | Andi Albrecht | 2021-09-10 | 2 | -3/+12 | |
| | ||||||
* | Optimize regular expression for identifying line breaks in comments. | Andi Albrecht | 2021-09-10 | 2 | -1/+21 | |
| | ||||||
* | Fix parsing of scientific numbers (fixes #399). | Andi Albrecht | 2021-07-14 | 3 | -5/+12 | |
| | ||||||
* | Update authors and changelog. | Andi Albrecht | 2020-12-12 | 2 | -0/+2 | |
| | ||||||
* | keyword, add ON_ERROR_STOP | Jean-Martin Archer | 2020-12-12 | 1 | -0/+1 | |
| | ||||||
* | keyword, add CONFLICT to postgres keywords | Jean-Martin Archer | 2020-12-12 | 1 | -0/+1 | |
| | | | | As in ON CONFLICT | |||||
* | Add ELSIF as keyword (fixes #584). | Andi Albrecht | 2020-10-19 | 2 | -0/+5 | |
| | ||||||
* | Fix parsing of backticks (fixes #588). | Andi Albrecht | 2020-10-19 | 3 | -2/+11 | |
| | | | | | The backticks in this operator regex was introduced in c794c97531c09e66b6a7ffac76626a727ad02f5e. Pretty sure it was by mistake. | |||||
* | Switch back to development mode. | Andi Albrecht | 2020-10-08 | 2 | -1/+7 | |
| | ||||||
* | Clean up changelog. | Andi Albrecht | 2020-10-08 | 1 | -0/+1 | |
| | ||||||
* | Bump version.0.4.1 | Andi Albrecht | 2020-10-08 | 2 | -3/+3 | |
| | ||||||
* | Remove debug print statement (fixes #586). | Andi Albrecht | 2020-10-08 | 2 | -3/+2 | |
| | ||||||
* | Switch back to development mode. | Andi Albrecht | 2020-10-07 | 2 | -1/+7 | |
| | ||||||
* | Bump version to 0.4.0.0.4.0 | Andi Albrecht | 2020-10-07 | 2 | -3/+3 | |
| | ||||||
* | Update copyright notice. | Andi Albrecht | 2020-10-07 | 24 | -24/+24 | |
| | ||||||
* | Add Python 3.9-dev to Travis configuration. | Andi Albrecht | 2020-10-07 | 1 | -1/+1 | |
| | | | | Python 3.9 hasn't landed yet on Travis, but nightly is already 3.10. | |||||
* | Move setup data to setup.cfg. | Andi Albrecht | 2020-10-07 | 2 | -101/+45 | |
| | ||||||
* | Add Python 3.9 classifier. | Andi Albrecht | 2020-10-06 | 1 | -0/+1 | |
| | ||||||
* | Too early, no Python 3.9 on Travis yet. | Andi Albrecht | 2020-10-06 | 1 | -1/+1 | |
| | ||||||
* | Add Python 3.9 to test configuration. | Andi Albrecht | 2020-10-06 | 1 | -1/+2 | |
| | ||||||
* | Stabilize formatting of invalid WHERE clauses. | Andi Albrecht | 2020-09-30 | 3 | -0/+10 | |
| | ||||||
* | Improve formatting of type casts in parentheses. | Andi Albrecht | 2020-09-30 | 3 | -0/+9 | |
| | ||||||
* | Fix an issue with negative indexes causing IndexError in some cases. | Andi Albrecht | 2020-09-30 | 1 | -0/+2 | |
| | ||||||
* | Fix splitting of statements using CASE ... WHEN (fixes #580). | Andi Albrecht | 2020-09-30 | 4 | -1/+16 | |
| | ||||||
* | Fix splitting when using DECLARE ... HANDLER (fixes #581). | Andi Albrecht | 2020-09-30 | 4 | -1/+18 | |
| | ||||||
* | Don't make parsing of square bracket identifiers too greedy (fixes #583). | Andi Albrecht | 2020-09-30 | 3 | -1/+8 | |
| | ||||||
* | Update changelog and authors. | Andi Albrecht | 2020-09-30 | 2 | -1/+6 | |
| | ||||||
* | Add RLIKE keyword | Will Jones | 2020-09-30 | 1 | -1/+1 | |
| | ||||||
* | Update changelog and authors. | Andi Albrecht | 2020-09-30 | 2 | -0/+2 | |
| | ||||||
* | Add postgres WINDOW keyword | ali-tny | 2020-09-30 | 2 | -0/+7 | |
| | | | | | | | | | | | | | | | Postgres allows statements of the form: ```sql SELECT col_1, col_2, SUM(col_3) OVER w FROM x WINDOW w AS (PARTITION BY col_1 ORDER BY col_2) ``` where the window is defined once at the end of the query (see https://www.postgresql.org/docs/9.5/sql-select.html). This change adds WINDOW as a postgres keyword, preventing queries like the above being misparsed, with table name and WINDOW being grouped into an single identifier <Identifier 'x WINDOW'>. | |||||
* | Preserve line breaks when removing comments (fixes #484). | Andi Albrecht | 2020-09-13 | 3 | -14/+24 | |
| | ||||||
* | Add docs badge. | Andi Albrecht | 2020-09-13 | 1 | -0/+3 | |
| | ||||||
* | Use coverage badge from codecov instead of coveralls. | Andi Albrecht | 2020-09-13 | 1 | -2/+2 | |
| | ||||||
* | Remove changing our stdout encoding. | Andi Albrecht | 2020-09-13 | 1 | -2/+0 | |
| | ||||||
* | Don't flush token streams iff they only contain whitespace tokens (fixes #496). | Andi Albrecht | 2020-09-13 | 4 | -5/+13 | |
| | ||||||
* | Update authors and changelog. | Andi Albrecht | 2020-09-13 | 2 | -0/+5 | |
| |