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
/
tests
/
test_tokenize.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix parsing of UNION ALL (fixes #294).
Andi Albrecht
2016-09-26
1
-0
/
+6
*
Fix parsing of names containing special chars (fixes 291).
Andi Albrecht
2016-09-14
1
-0
/
+14
*
Avoid double apostrophes
Oleg Broytman
2016-08-06
1
-0
/
+6
*
Parametrize tests
Victor Uriarte
2016-06-20
1
-24
/
+7
*
Remove some test classes and clean-up
Victor Uriarte
2016-06-20
1
-139
/
+143
*
Replace other UnitTest with Py.Test
Victor Uriarte
2016-06-20
1
-58
/
+62
*
Replace ndiffAssertEqual with Py.Test
Victor Uriarte
2016-06-20
1
-3
/
+0
*
Change argument order to match order of all other functions
Victor Uriarte
2016-06-14
1
-7
/
+5
*
Merge remote-tracking branch 'core/long_live_indexes' into develop
Victor Uriarte
2016-06-14
1
-3
/
+3
|
\
*
|
Remove token_first; its redundant to token_next(idx=0)
Victor Uriarte
2016-06-12
1
-3
/
+3
*
|
Apply new-style str format
Victor Uriarte
2016-06-11
1
-1
/
+1
*
|
Allow tokenlists to skip over comments
Victor Uriarte
2016-06-04
1
-1
/
+1
*
|
Update test to current lexer functions
Victor Uriarte
2016-06-04
1
-9
/
+4
*
|
Remove undocumented ws handlers from lexer.py
Victor Uriarte
2016-05-29
1
-7
/
+0
|
/
*
Code cleanup in tests.
Andi Albrecht
2015-10-26
1
-27
/
+27
*
Fix tab expansion for Python 3.
Andi Albrecht
2015-10-26
1
-2
/
+0
*
Use compat module for single Python 2/3 code base.
Andi Albrecht
2015-10-26
1
-4
/
+1
*
Add test case for JOIN, update Changelog and AUTHORS.
Andi Albrecht
2013-10-24
1
-5
/
+6
*
Allow whitespaces in certain keywords (fixes #97).
Andi Albrecht
2013-06-17
1
-0
/
+26
*
Python 3 is now fully supported without any patches.
Andi Albrecht
2012-12-31
1
-1
/
+6
*
PEP8'ified to code a bit.
Andi Albrecht
2012-11-12
1
-30
/
+31
*
We can now work with file-like objects.
quest
2012-04-21
1
-0
/
+39
*
Fixed lexer to accept negative numbers (fixes issue56).
Kevin Jing Qiu
2012-01-10
1
-0
/
+6
*
Fix incorrect detection of keyword fragments in names (fixes issue7, reported...
Andi Albrecht
2009-06-24
1
-0
/
+21
*
* Python and PHP output filter now add a trailing whitespace.
Andi Albrecht
2009-05-06
1
-0
/
+5
*
Code cleanup and test coverage.
Andi Albrecht
2009-05-06
1
-0
/
+46
*
Added unittest for issue1 (linebreaks).
Andi Albrecht
2009-05-03
1
-0
/
+14
*
Recognize backticks quoting identifiers.
Andi Albrecht
2009-04-29
1
-0
/
+5
*
Initial import.
Andi Albrecht
2009-04-03
1
-0
/
+21