summaryrefslogtreecommitdiff
Commit message (Collapse)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
| | | | yeah... I promise to make fewer commits like that in the future...
* 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
| | | | | | | | | | | | | | Since we are working with indexes anyway, don't bother calling enumerate() with a slice from self.tokens (which requires copying memory). Instead, just generate the indexes using range() and use normal indexing to access the desired tokens. The old behavior resulted in quadratic runtime with respect to the number of tokens, which significantly impacted performance for statements with very large numbers of tokens. With the new behavior, the runtime is now linear with respect to the number of tokens.
* 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
| | | | A subset of #645 Follow on to #661
* 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
| | | "3.10" must be quoted in yaml https://dev.to/hugovk/the-python-3-1-problem-85g
* 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
| | | | As in ON CONFLICT
* Add ELSIF as keyword (fixes #584).Andi Albrecht2020-10-192-0/+5
|
* Fix parsing of backticks (fixes #588).Andi Albrecht2020-10-193-2/+11
| | | | | The backticks in this operator regex was introduced in c794c97531c09e66b6a7ffac76626a727ad02f5e. Pretty sure it was by mistake.
* 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
|