index
:
delta/python-packages/sqlparse.git
filters_sql
issue_66
issue_73
master
milestone_0.1.5
milestone_0.2.0
rb-parse-create-table
typo
v0.2.0
github.com: andialbrecht/sqlparse.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump version.
0.4.3
Andi Albrecht
2022-09-23
2
-3
/
+3
*
Allow any unicode character as identifier name (fixes #641).
Andi Albrecht
2022-09-10
3
-1
/
+3
*
Add docstring and comments.
Andi Albrecht
2022-09-06
1
-1
/
+8
*
Add tests for utils.remove_quotes.
Andi Albrecht
2022-08-24
1
-0
/
+12
*
Update Changelog and authors.
Andi Albrecht
2022-08-24
2
-0
/
+2
*
add backtick to remove_quotes character list
Long Le Xich
2022-08-24
1
-1
/
+1
*
Update CHANGELOG.
Andi Albrecht
2022-08-24
1
-0
/
+1
*
Fixed bad parsing of create table statements that use lower case
Simon Heisterkamp
2022-08-24
2
-2
/
+6
*
Update Changelog.
Andi Albrecht
2022-08-24
1
-0
/
+1
*
CREATE TABLE tbl AS SELECT should return get_alias() for its column
Aki Ariga
2022-08-24
2
-1
/
+9
*
Update Changelog.
Andi Albrecht
2022-08-24
1
-1
/
+1
*
Add DISTINCTROW keyword (fixes #677).
Andi Albrecht
2022-08-24
2
-0
/
+7
*
Update authors and changelog.
Andi Albrecht
2022-08-16
2
-0
/
+18
*
Make tzcast grouping function less eager
Erik Cederstrand
2022-08-16
2
-2
/
+18
*
Add regex pattern to identify REGEXP as a Compasion token
JavierPan
2022-08-08
1
-0
/
+1
*
Refactor to reduce redundant code.
Daniel Harding
2022-08-08
1
-10
/
+7
*
Don't make slice copies in TokenList._token_matching().
Daniel Harding
2022-08-08
1
-1
/
+4
*
added some builtin types that can appear in Spark create table statements.
Simon Heisterkamp
2022-08-08
1
-0
/
+4
*
DIV is Operator
Aki Ariga
2022-08-08
2
-0
/
+7
*
Acknowledge support for Python 3.10
Christian Clauss
2022-08-08
1
-0
/
+1
*
docs: Add a PiPY package badge
Hao Xin
2022-08-07
1
-0
/
+3
*
Fix INDICATOR keyword
osmnv
2022-08-07
1
-1
/
+1
*
Update actions in codeql workflow.
Andi Albrecht
2022-08-07
1
-4
/
+4
*
Update authors and changelog.
Andi Albrecht
2022-08-07
2
-1
/
+4
*
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
*
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
*
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
*
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
[next]