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
*
Fixed regular expression for Nameplaces
Jesús Leganés Combarro "Piranna"
2012-03-24
2
-6
/
+2
*
Optimized output of SQL code
Jesús Leganés Combarro "Piranna"
2012-03-24
1
-5
/
+12
*
Clean-up
Jesús Leganés Combarro "Piranna"
2012-03-24
1
-2
/
+5
*
Optimization of returned SQL code
Jesús Leganés Combarro "Piranna"
2012-03-24
1
-6
/
+6
*
Fixed bug on StripWhitespace
Jesús Leganés Combarro "Piranna"
2012-03-24
1
-9
/
+2
*
Clean-up and comments of StripWhitespace
Jesús Leganés Combarro "Piranna"
2012-03-21
1
-11
/
+18
*
Merge with 8677660079e32dd12fa3bb8efd64841e685d0e47
Jesús Leganés Combarro "Piranna"
2012-02-27
1
-1
/
+3
|
\
|
*
Handle asterisks as operators when grouping identifiers (fixes issue58).
Andi Albrecht
2012-02-26
1
-1
/
+3
*
|
Added StripWhitespace filter
Jesús Leganés Combarro "Piranna"
2012-02-14
1
-0
/
+20
|
/
*
Changed get_case() to use a mode stateful variable
Jesús Leganés Combarro "Piranna"
2012-02-03
1
-15
/
+25
*
Changed get_identifiers() to be a generator
Jesús Leganés Combarro "Piranna"
2012-02-03
2
-4
/
+5
*
Removed useless default return None (they are by default in Python)
Jesús Leganés Combarro "Piranna"
2012-02-03
1
-9
/
+12
*
Changed get_sublists() to a generator
Jesús Leganés Combarro "Piranna"
2012-02-03
1
-1
/
+4
*
Removed TokenList.__str__() (it was the same that its parent one)
Jesús Leganés Combarro "Piranna"
2012-02-03
1
-3
/
+0
*
Change all internal use of to_unicode() to __unicode__() and marked former on...
Jesús Leganés Combarro "Piranna"
2012-02-03
2
-8
/
+11
*
Solved sisue 57: StatementFilter doesn't process correctly on recursive state...
Jesús Leganés Combarro "Piranna"
2012-01-23
1
-2
/
+3
*
Added comments
Jesús Leganés Combarro "Piranna"
2012-01-23
1
-10
/
+16
*
Added docstrings
Jesús Leganés Combarro "Piranna"
2012-01-23
1
-2
/
+10
*
Fixed lexer to accept negative numbers (fixes issue56).
Kevin Jing Qiu
2012-01-10
1
-5
/
+5
*
Remove some obsolete parts from lexer.py.
Andi Albrecht
2011-09-29
1
-10
/
+1
*
Allow CASE statements as identifiers (fixes issue46).
Andi Albrecht
2011-09-29
1
-1
/
+2
*
Detect alias for CASE statements (targets issue46).
Andi Albrecht
2011-09-29
2
-40
/
+40
*
Make keyword detection more restrict (fixes issue47).
Andi Albrecht
2011-09-29
1
-0
/
+1
*
Merged.
Andi Albrecht
2011-09-27
6
-10
/
+58
|
\
|
*
Merge.
Andi Albrecht
2011-09-06
3
-4
/
+49
|
|
\
|
|
*
Move pipeline test to tests/ directory.
Andi Albrecht
2011-09-04
1
-72
/
+0
|
|
*
Converted test function of pipeline in standard UnitTest
Jesús Leganés Combarro "Piranna"
2011-09-02
1
-52
/
+65
|
|
*
Added pipeline support maintaining backward compatibility.
Jesús Leganés Combarro "Piranna"
2011-08-18
3
-1
/
+105
|
|
*
Changed ColumnsSelect from yielding tokens to yielding column names (strings)
Jesús Leganés Combarro "Piranna"
2011-08-13
1
-3
/
+3
|
*
|
Code cleanup.
Andi Albrecht
2011-09-06
3
-6
/
+9
|
|
/
*
|
Choose first token during identifier grouping when both names/symbols and fun...
Andi Albrecht
2011-09-27
1
-6
/
+19
|
/
*
Remove with statement to stay as compatible with older Python versions as pos...
Andi Albrecht
2011-08-12
1
-3
/
+3
*
Code cleanup.
Andi Albrecht
2011-08-12
1
-8
/
+11
*
Added Get_Comments, StripComments, IncludeStatement, ColumnsSelect and Limit ...
Jesús Leganés Combarro "Piranna"
2011-08-11
1
-3
/
+155
*
Update version.
0.1.3
Andi Albrecht
2011-07-29
1
-1
/
+1
*
Minor fixes to make the py3k version work again.
Andi Albrecht
2011-07-29
1
-1
/
+1
*
Add parsing of MS Access column names with braces (fixes issue27).
Andi Albrecht
2011-07-29
1
-0
/
+1
*
Detection of placeholders in paramterized queries (fixes issue22).
Andi Albrecht
2011-07-25
1
-1
/
+3
*
Don't handle single chars as keywords.
Andi Albrecht
2011-07-25
1
-3
/
+3
*
Releax keyword detection, when keywords are used as function names (fixes iss...
Andi Albrecht
2011-07-24
1
-1
/
+2
*
Split statements with IF as functions correctly (fixes issue33).
Andi Albrecht
2011-07-24
1
-1
/
+5
*
Detect function aliases better.
Andi Albrecht
2011-07-24
1
-4
/
+5
*
Allow functions in identifer lists (targest issue10).
Andi Albrecht
2011-07-23
1
-1
/
+1
*
Print list index in front of element.
Andi Albrecht
2011-07-23
1
-3
/
+4
*
Enable pretty print function again.
Andi Albrecht
2011-07-23
1
-13
/
+12
*
Make sure that identifier lists in subselects with alias are grouped correctly.
Andi Albrecht
2011-07-23
1
-1
/
+1
*
Avoid parsing of names as keywords (fixes issue39).
Andi Albrecht
2011-07-20
1
-0
/
+1
*
Fix removal of comments when strip_comments is True (fixes issue38).
Andi Albrecht
2011-06-10
1
-4
/
+10
*
Don't group trailing whitepsace in WHERE clauses (fixes issue35).
Andi Albrecht
2011-04-13
2
-4
/
+10
*
Ignore case in token.match() for all keyword types (fixes issue34).
Andi Albrecht
2011-03-17
1
-1
/
+1
[next]