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
path:
root
/
sqlparse
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-0
/
+1
*
Fix parsing of backticks (fixes #588).
Andi Albrecht
2020-10-19
1
-1
/
+1
*
Switch back to development mode.
Andi Albrecht
2020-10-08
1
-1
/
+1
*
Bump version.
0.4.1
Andi Albrecht
2020-10-08
1
-1
/
+1
*
Remove debug print statement (fixes #586).
Andi Albrecht
2020-10-08
1
-2
/
+0
*
Switch back to development mode.
Andi Albrecht
2020-10-07
1
-1
/
+1
*
Bump version to 0.4.0.
0.4.0
Andi Albrecht
2020-10-07
1
-1
/
+1
*
Update copyright notice.
Andi Albrecht
2020-10-07
21
-21
/
+21
*
Stabilize formatting of invalid WHERE clauses.
Andi Albrecht
2020-09-30
1
-0
/
+3
*
Improve formatting of type casts in parentheses.
Andi Albrecht
2020-09-30
1
-0
/
+2
*
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
1
-1
/
+1
*
Fix splitting when using DECLARE ... HANDLER (fixes #581).
Andi Albrecht
2020-09-30
1
-1
/
+1
*
Don't make parsing of square bracket identifiers too greedy (fixes #583).
Andi Albrecht
2020-09-30
1
-1
/
+1
*
Add RLIKE keyword
Will Jones
2020-09-30
1
-1
/
+1
*
Add postgres WINDOW keyword
ali-tny
2020-09-30
1
-0
/
+1
*
Preserve line breaks when removing comments (fixes #484).
Andi Albrecht
2020-09-13
1
-7
/
+16
*
Don't flush token streams iff they only contain whitespace tokens (fixes #496).
Andi Albrecht
2020-09-13
1
-1
/
+1
*
add regex pattern to identify IN as a Compasion token
hurcy
2020-09-13
1
-1
/
+1
*
Remove support for end-of-life Pythons
Jon Dufresne
2020-08-31
22
-159
/
+76
*
[fix] Adding TypedLiteral to comparison
John Bodley
2020-03-29
1
-1
/
+1
*
Switch back to develoment mode.
Andreas Albrecht
2020-02-29
1
-1
/
+1
*
Update version number for release.
0.3.1
Andreas Albrecht
2020-02-29
1
-1
/
+1
*
[grouping] group_as() no longer groups AS CTE
Likai Liu
2020-02-02
1
-1
/
+1
*
[fix] Fixing typed literal regression
John Bodley
2020-02-02
2
-4
/
+3
*
Update sql.py
John Bodley
2020-01-20
1
-1
/
+2
*
Update sql.py
John Bodley
2020-01-20
1
-1
/
+1
*
[sql] Adding TIMESTAMP to typed literal
John Bodley
2020-01-20
1
-1
/
+1
*
More test cases
Corey Zumar
2020-01-16
1
-1
/
+1
*
Add first test case
Corey Zumar
2020-01-16
1
-1
/
+1
*
Map like and ilike clauses to comparisons
Corey Zumar
2020-01-16
1
-1
/
+1
*
Stabilize grouping engine when parsing invalid SQL statements.
Andreas Albrecht
2020-01-06
1
-2
/
+2
*
Code cleanup.
Andreas Albrecht
2019-10-20
5
-19
/
+26
*
support typed literals (if that's what they're called)
Dvořák Václav
2019-10-20
3
-6
/
+43
*
[sql] Fix TokenList.__init__ when no tokens are provided
John Bodley
2019-10-09
1
-1
/
+1
*
[fix] Addressing issue #507
John Bodley
2019-10-09
1
-3
/
+3
*
Restrict detection of alias names (fixes #455).
Andreas Albrecht
2019-10-09
1
-15
/
+27
*
Revert "Add in slash comment functionality"
Toby Mao
2019-06-26
1
-2
/
+2
*
Optimize parsing of literal blocks between dollar signs (fixes #491).
Andi Albrecht
2019-06-26
1
-1
/
+1
*
Add support for time zone casts (fixes #489).
Andi Albrecht
2019-05-16
2
-1
/
+15
*
Identitfy NULLS FIRST/LAST as keywords (fixes #487).
Andi Albrecht
2019-05-01
1
-0
/
+1
*
Fixes #485
William Ivanski
2019-04-17
1
-1
/
+1
*
Fixes #485
William Ivanski
2019-04-17
1
-1
/
+0
*
Fixes #485
William Ivanski
2019-04-17
1
-6
/
+9
*
Added HQL Keywords
mathilde.oustlant
2019-03-12
1
-2
/
+97
*
Switch back to development.
Andi Albrecht
2019-03-11
1
-1
/
+1
*
Bump version.
0.3.0
Andi Albrecht
2019-03-11
1
-1
/
+1
*
Avoid formatting of psql commands (fixes #469).
Andi Albrecht
2019-03-11
3
-1
/
+7
*
Remove unnecessary compat shim for bytes
Jon Dufresne
2019-03-10
2
-4
/
+2
[next]