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
/
keywords.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add DISTINCTROW keyword (fixes #677).
Andi Albrecht
2022-08-24
1
-0
/
+6
*
Add regex pattern to identify REGEXP as a Compasion token
JavierPan
2022-08-08
1
-0
/
+1
*
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
1
-0
/
+1
*
Fix INDICATOR keyword
osmnv
2022-08-07
1
-1
/
+1
*
Fix parsing of scientific numbers (fixes #399).
Andi Albrecht
2021-07-14
1
-1
/
+1
*
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
1
-0
/
+1
*
Fix parsing of backticks (fixes #588).
Andi Albrecht
2020-10-19
1
-1
/
+1
*
Update copyright notice.
Andi Albrecht
2020-10-07
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
*
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
1
-1
/
+0
*
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
*
Code cleanup.
Andreas Albrecht
2019-10-20
1
-2
/
+5
*
support typed literals (if that's what they're called)
Dvořák Václav
2019-10-20
1
-4
/
+4
*
[fix] Addressing issue #507
John Bodley
2019-10-09
1
-3
/
+3
*
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
1
-1
/
+1
*
Identitfy NULLS FIRST/LAST as keywords (fixes #487).
Andi Albrecht
2019-05-01
1
-0
/
+1
*
Added HQL Keywords
mathilde.oustlant
2019-03-12
1
-2
/
+97
*
Avoid formatting of psql commands (fixes #469).
Andi Albrecht
2019-03-11
1
-0
/
+2
*
[tokenizer] Grouping GROUP/ORDER BY
John Bodley
2019-03-10
1
-0
/
+2
*
[keywords] Adding Calcite temporal keywords
John Bodley
2019-03-10
1
-0
/
+4
*
Add in slash comment functionality
Ian Robertson
2019-03-10
1
-2
/
+2
*
Code cleanup.
Andreas Albrecht
2019-03-10
1
-4
/
+4
*
Fix from( parsing issue (fixes #446)
Fredy Wijaya
2018-12-03
1
-1
/
+1
*
Fix reindent issue for parenthesis (fixes issue 427)
Fredy Wijaya
2018-12-03
1
-1
/
+1
*
Update copyright header (fixes #372).
Andi Albrecht
2018-07-31
1
-1
/
+2
*
Add UPSERT keyword (fixes #408).
Andi Albrecht
2018-07-31
1
-0
/
+1
*
Add missing EXPLAIN keyword (fixes #421).
Andi Albrecht
2018-07-28
1
-0
/
+1
*
Fix incorrect splitting with double quotes and a new line
Fredy Wijaya
2018-03-09
1
-0
/
+1
*
Add more Postgres types. [1]
Jesse Claven
2017-12-18
1
-0
/
+27
*
Fix typos
typo
Victor Uriarte
2017-11-29
1
-2
/
+2
*
Merge branch 'master' into master
Andi Albrecht
2017-09-21
1
-10
/
+27
|
\
|
*
Code cleanup.
Andi Albrecht
2017-09-14
1
-11
/
+11
|
*
Merge pull request #357 from Demetrio92/master
Andi Albrecht
2017-09-14
1
-0
/
+16
|
|
\
|
|
*
add PL/pgSQL syntax
Demetrio92
2017-08-07
1
-0
/
+16
|
*
|
Extend alphas with accented characters
mvbentes
2017-08-25
1
-7
/
+7
|
|
/
|
*
Don't treat sysdate as a builtin (fixes #344).
Andi Albrecht
2017-07-29
1
-1
/
+1
|
*
Recognize MySQL table names starting with digits (fixes #337).
Andi Albrecht
2017-05-25
1
-2
/
+2
|
*
Add MySQL keywords: ENGINE, AUTO_INCREMENT, CHARSET
Oleg Broytman
2017-05-11
1
-0
/
+3
*
|
adds '1.' option support for float numbers regex
atronah
2017-04-30
1
-2
/
+3
|
/
[next]