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
/
utils.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
add backtick to remove_quotes character list
Long Le Xich
2022-08-24
1
-1
/
+1
*
Update copyright notice.
Andi Albrecht
2020-10-07
1
-1
/
+1
*
Remove support for end-of-life Pythons
Jon Dufresne
2020-08-31
1
-3
/
+1
*
Update copyright header (fixes #372).
Andi Albrecht
2018-07-31
1
-1
/
+2
*
Use generator expression to avoid unnecessary temporary list
Jon Dufresne
2017-04-29
1
-2
/
+2
*
Correct license link (fixes #288).
Andi Albrecht
2016-09-14
1
-1
/
+1
*
Remove functions no-longer used
Victor Uriarte
2016-06-15
1
-12
/
+0
*
Merge remote-tracking branch 'core/long_live_indexes' into develop
Victor Uriarte
2016-06-14
1
-1
/
+1
|
\
|
*
Replace _group_matching with an inward-out grouping algorithm
Sjoerd Job Postmus
2016-06-12
1
-1
/
+1
*
|
Refactor raw conversion on split_unquoted_newlines
Victor Uriarte
2016-06-12
1
-1
/
+3
*
|
Updating Utilities for clarity and fix tokentype behavior
Victor Uriarte
2016-06-11
1
-10
/
+10
*
|
Remove undocumented features
Victor Uriarte
2016-06-04
1
-70
/
+1
*
|
Add or Update copyright year to files
Victor Uriarte
2016-06-04
1
-0
/
+7
|
/
*
Add group matching M_tokens and refactor group matching
Victor Uriarte
2016-05-10
1
-1
/
+1
*
Introduce @recurse to refactor recursion
Victor Uriarte
2016-05-10
1
-0
/
+5
*
Update compat and utils
Victor Uriarte
2016-05-10
1
-7
/
+81
*
Remove conditional for OrderedDict.
Andi Albrecht
2015-10-26
1
-46
/
+24
*
Cleanup module code.
Andi Albrecht
2015-10-26
1
-2
/
+2
*
Improved sqlparse.utils.split_unquoted_newlines()
Michael Schuller
2014-07-31
1
-40
/
+38
*
Fix SerializerUnicode to split unquoted newlines
Michael Schuller
2014-03-10
1
-0
/
+43
*
Fixed bug on __getitem__ (infinite loop because pop() use it already)
Jesús Leganés Combarro "Piranna"
2012-05-19
1
-2
/
+3
*
I always forget to remove the prints for testing... :-P
Jesús Leganés Combarro "Piranna"
2012-05-19
1
-1
/
+0
*
Improved cache system
Jesús Leganés Combarro "Piranna"
2012-05-19
1
-7
/
+55
*
Fixed regression thanks to idea from functools.lru_cache()
Jesús Leganés Combarro "Piranna"
2012-05-19
1
-1
/
+2
*
Merge branch 'master' into antiorm
Jesús Leganés Combarro "Piranna"
2012-05-19
1
-0
/
+1
*
Added limit to cache
Jesús Leganés Combarro "Piranna"
2012-05-19
1
-2
/
+7
*
Added memoize_generator and use it on IncludeStatement
Jesús Leganés Combarro "Piranna"
2012-05-17
1
-0
/
+41