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
*
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
|
/
*
Add UNLOCK keyword
Oleg Broytman
2017-04-14
1
-0
/
+1
*
CONCURRENTLY should be handled as a keyword
Rowan Seymour
2017-02-09
1
-0
/
+1
*
Don't treat GROUPS as a keyword, it's too common for table names.
Andi Albrecht
2017-01-24
1
-1
/
+2
*
Don't treat STATE as a keyword, it causes too much troubles (fixes #296).
Andi Albrecht
2017-01-23
1
-1
/
+1
*
Fix parsing of UNION ALL (fixes #294).
Andi Albrecht
2016-09-26
1
-0
/
+1
*
Correct license link (fixes #288).
Andi Albrecht
2016-09-14
1
-1
/
+1
*
Fix parsing of names containing special chars (fixes 291).
Andi Albrecht
2016-09-14
1
-2
/
+2
*
Alternate solution for #277
Victor Uriarte
2016-08-13
1
-1
/
+1
*
Revert "Parse double dollars (PostgreSQL) as literal strings (fixes #277)."
Victor Uriarte
2016-08-13
1
-11
/
+2
*
Parse double dollars (PostgreSQL) as literal strings (fixes #277).
Andi Albrecht
2016-08-13
1
-2
/
+11
*
Format keywords.py
Victor Uriarte
2016-06-28
1
-2
/
+4
*
Merge pull request #269 from dlenski/oracle-11g-keywords
Vik
2016-06-28
1
-1
/
+134
|
\
|
*
add all Oracle 11g NON-RESERVED keywords (in a separate dict, as @vmuriart su...
Dan Lenski
2016-06-28
1
-1
/
+106
|
*
I think ROWID, ROWLABEL, ROWNUM, and SYSDATE should be classified as Name.Bui...
Dan Lenski
2016-06-26
1
-4
/
+4
|
*
add all Oracle 11g reserved words that aren't already in sqlparse.keywords
Dan Lenski
2016-06-26
1
-0
/
+28
*
|
Add RETURNING keyword
Darik Gamble
2016-06-24
1
-0
/
+1
|
/
*
Rewrite regex to allow spaces between `name` and `.`
Victor Uriarte
2016-06-04
1
-1
/
+5
*
Clean regex for Number tokens
Victor Uriarte
2016-06-04
1
-4
/
+6
*
Simplify regex [^\W\d_]
Victor Uriarte
2016-06-04
1
-6
/
+10
*
Refactor regex Func/keyword exceptions together
Victor Uriarte
2016-06-04
1
-5
/
+3
*
Rewrite wildcard and placeholder regex
Victor Uriarte
2016-06-04
1
-4
/
+7
*
Improve Comment Regex and add Comment.Hint for Oracle
Victor Uriarte
2016-06-04
1
-4
/
+4
*
Allow re to compile once
Victor Uriarte
2016-06-04
1
-0
/
+5
*
Simplify multi-line comments
Victor Uriarte
2016-06-04
1
-8
/
+3
*
Add or Update copyright year to files
Victor Uriarte
2016-06-04
1
-0
/
+5
*
Refactor var Lexer.tokens & func is_keyword
Victor Uriarte
2016-05-29
1
-0
/
+67
*
Token keyword correction
CauĂȘ Beloni
2016-03-29
1
-1
/
+1
*
Ensure get_type() works for queries that use WITH.
Andrew Tipton
2016-03-02
1
-1
/
+1
[next]