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_split.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge master into v0.2.0.
Andi Albrecht
2015-03-05
1
-0
/
+4
|
\
|
*
Recognize escaped backslashes within strings
casey
2015-02-26
1
-0
/
+4
*
|
Remove six dependency.
Andi Albrecht
2015-01-17
1
-19
/
+18
*
|
Migrate to six and get rid of 2to3.
Andi Albrecht
2015-01-17
1
-24
/
+23
|
/
*
Strip leading and trailing whitespaces from splitted statements.
Andi Albrecht
2013-05-15
1
-0
/
+7
*
PEP8'ified to code a bit.
Andi Albrecht
2012-11-12
1
-1
/
+2
*
splitstream -> parsestream
quest
2012-04-21
1
-3
/
+3
*
Always use a stream internally; makes things more readable.
quest
2012-04-21
1
-1
/
+0
*
We can now work with file-like objects.
quest
2012-04-21
1
-0
/
+15
*
Added test for Issue 57
Jesús Leganés Combarro "Piranna"
2012-01-23
1
-0
/
+6
*
Split statements with IF as functions correctly (fixes issue33).
Andi Albrecht
2011-07-24
1
-0
/
+7
*
Match single line comments at end of string.
Andi Albrecht
2010-11-14
1
-0
/
+10
*
Improve statement detection for DECLARE statements outside function/procedure...
Andi Albrecht
2010-06-23
1
-0
/
+7
*
Turn relative import in tests module to absolute imports.
Andi Albrecht
2009-04-30
1
-1
/
+1
*
Initial import.
Andi Albrecht
2009-04-03
1
-0
/
+88