summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version.0.4.3Andi Albrecht2022-09-232-3/+3
* Allow any unicode character as identifier name (fixes #641).Andi Albrecht2022-09-103-1/+3
* Add docstring and comments.Andi Albrecht2022-09-061-1/+8
* Add tests for utils.remove_quotes.Andi Albrecht2022-08-241-0/+12
* Update Changelog and authors.Andi Albrecht2022-08-242-0/+2
* add backtick to remove_quotes character listLong Le Xich2022-08-241-1/+1
* Update CHANGELOG.Andi Albrecht2022-08-241-0/+1
* Fixed bad parsing of create table statements that use lower caseSimon Heisterkamp2022-08-242-2/+6
* Update Changelog.Andi Albrecht2022-08-241-0/+1
* CREATE TABLE tbl AS SELECT should return get_alias() for its columnAki Ariga2022-08-242-1/+9
* Update Changelog.Andi Albrecht2022-08-241-1/+1
* Add DISTINCTROW keyword (fixes #677).Andi Albrecht2022-08-242-0/+7
* Update authors and changelog.Andi Albrecht2022-08-162-0/+18
* Make tzcast grouping function less eagerErik Cederstrand2022-08-162-2/+18
* Add regex pattern to identify REGEXP as a Compasion tokenJavierPan2022-08-081-0/+1
* Refactor to reduce redundant code.Daniel Harding2022-08-081-10/+7
* Don't make slice copies in TokenList._token_matching().Daniel Harding2022-08-081-1/+4
* added some builtin types that can appear in Spark create table statements.Simon Heisterkamp2022-08-081-0/+4
* DIV is OperatorAki Ariga2022-08-082-0/+7
* Acknowledge support for Python 3.10Christian Clauss2022-08-081-0/+1
* docs: Add a PiPY package badgeHao Xin2022-08-071-0/+3
* Fix INDICATOR keywordosmnv2022-08-071-1/+1
* Update actions in codeql workflow.Andi Albrecht2022-08-071-4/+4
* Update authors and changelog.Andi Albrecht2022-08-072-1/+4
* Reduce max line length in flake8 to the default of 79.Andi Albrecht2022-08-071-1/+1
* Test on Python 3.11 beta 5Christian Clauss2022-08-071-2/+2
* GitHub Actions: Add Py3.10, update Actions, more flake8 testsChristian Clauss2022-08-071-13/+7
* Cleanup whitespace in README.Andi Albrecht2022-08-071-1/+1
* CHANGELOG: Fix typoChristian Clauss2022-04-291-1/+1
* Create codeql-analysis.ymlAndi Albrecht2021-09-101-0/+71
* CI: Remove Travis configuration.Andi Albrecht2021-09-101-29/+0
* CI: ..and also fix the other flake8 command.Andi Albrecht2021-09-101-1/+1
* CI: Fix flake8 command.Andi Albrecht2021-09-101-2/+2
* CI: Publish code coverage.Andi Albrecht2021-09-101-2/+5
* Update github action.Andi Albrecht2021-09-102-4/+4
* Create python-app.ymlAndi Albrecht2021-09-101-0/+39
* Switch back to development mode.Andi Albrecht2021-09-102-1/+7
* Update changelog.0.4.2Andi Albrecht2021-09-101-1/+1
* Update Changelog and bump version.Andi Albrecht2021-09-102-3/+12
* Optimize regular expression for identifying line breaks in comments.Andi Albrecht2021-09-102-1/+21
* Fix parsing of scientific numbers (fixes #399).Andi Albrecht2021-07-143-5/+12
* Update authors and changelog.Andi Albrecht2020-12-122-0/+2
* keyword, add ON_ERROR_STOPJean-Martin Archer2020-12-121-0/+1
* keyword, add CONFLICT to postgres keywordsJean-Martin Archer2020-12-121-0/+1
* Add ELSIF as keyword (fixes #584).Andi Albrecht2020-10-192-0/+5
* Fix parsing of backticks (fixes #588).Andi Albrecht2020-10-193-2/+11
* Switch back to development mode.Andi Albrecht2020-10-082-1/+7
* Clean up changelog.Andi Albrecht2020-10-081-0/+1
* Bump version.0.4.1Andi Albrecht2020-10-082-3/+3
* Remove debug print statement (fixes #586).Andi Albrecht2020-10-082-3/+2