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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Only add full path to test module if it isn't already in sys.path.
Andi Albrecht
2009-06-21
1
-1
/
+3
*
pep8'ified the code a bit.
Andi Albrecht
2009-06-11
6
-38
/
+11
*
Cleaned up some unused imports.
Andi Albrecht
2009-06-11
4
-18
/
+5
*
Removed types import.
Andi Albrecht
2009-06-11
1
-2
/
+1
*
Minor performance improvement when matching token types.
Andi Albrecht
2009-06-11
1
-1
/
+1
*
Cleanup in token.py
Andi Albrecht
2009-06-11
1
-44
/
+1
*
Conditional hotshot import.
Andi Albrecht
2009-06-08
1
-1
/
+1
*
TODO cleanup (mainly to trigger buildbot).
Andi Albrecht
2009-06-07
1
-1
/
+1
*
README cleanup.
Andi Albrecht
2009-06-07
1
-1
/
+1
*
TODO item added.
Andi Albrecht
2009-06-07
1
-1
/
+2
*
Updated trove classifier.
Andi Albrecht
2009-06-07
1
-1
/
+1
*
Replaced bitbucket links with links to Google Code.
Andi Albrecht
2009-05-29
3
-10
/
+7
*
Grouping of function/procedure calls.
Andi Albrecht
2009-05-27
3
-1
/
+39
*
Added error templates.
Andi Albrecht
2009-05-14
2
-0
/
+31
*
Fixed grouping of semicolons within assignments.
Andi Albrecht
2009-05-14
2
-9
/
+15
*
Make sure that operators in comparsions are not handled too lazy.
Andi Albrecht
2009-05-14
2
-3
/
+18
*
Prepared test case, will be finished soon ;-)
Andi Albrecht
2009-05-11
1
-0
/
+8
*
Added 404.html and 500.html
Andi Albrecht
2009-05-06
1
-0
/
+1
*
Added tag 0.1.1 for changeset 294617d5c431
Andi Albrecht
2009-05-06
1
-0
/
+1
*
Updated version number.
0.1.1
Andi Albrecht
2009-05-06
3
-10
/
+24
*
Added link to known issues.
Andi Albrecht
2009-05-06
1
-1
/
+2
*
README cleanup.
Andi Albrecht
2009-05-06
1
-7
/
+9
*
Correction in CHANGES.
Andi Albrecht
2009-05-06
1
-1
/
+1
*
Exclude pyc files from source dist.
Andi Albrecht
2009-05-06
1
-1
/
+1
*
* Python and PHP output filter now add a trailing whitespace.
Andi Albrecht
2009-05-06
5
-9
/
+59
*
Code cleanup and test coverage.
Andi Albrecht
2009-05-06
8
-51
/
+77
*
Removed backup copy of grouping module.
Andi Albrecht
2009-05-06
1
-499
/
+0
*
Removed obsolete dialects module.
Andi Albrecht
2009-05-06
1
-88
/
+0
*
Removed logging stuff that was only needed for debugging on AppEngine.
Andi Albrecht
2009-05-06
3
-9
/
+0
*
Do the type check once in Token.match.
Andi Albrecht
2009-05-06
1
-4
/
+3
*
* Added profile option to run_tests.py.
Andi Albrecht
2009-05-06
2
-9
/
+23
*
Updated README.
Andi Albrecht
2009-05-05
1
-2
/
+4
*
Added Token.flatten() that just yields self to unify behavior of TokenList an...
Andi Albrecht
2009-05-05
1
-0
/
+4
*
* Added missing SET keyword.
Andi Albrecht
2009-05-05
5
-2
/
+7
*
Improved check for duplicated newlines (targets issue3).
Andi Albrecht
2009-05-05
2
-2
/
+10
*
Added unittest for issue3.
Andi Albrecht
2009-05-05
1
-2
/
+15
*
Avoid duplicate linebreaks when reformatting (targets issue3).
Andi Albrecht
2009-05-03
1
-2
/
+6
*
Improved parsing of identifier lists (targets issue2).
Andi Albrecht
2009-05-03
5
-25
/
+61
*
Added ChangLog entry.
Andi Albrecht
2009-05-03
1
-0
/
+1
*
Added unittest for issue1 (linebreaks).
Andi Albrecht
2009-05-03
1
-0
/
+14
*
Updated ChangeLog.
Andi Albrecht
2009-05-03
1
-1
/
+3
*
Basic support for T-SQL variables prefixed with @.
Andi Albrecht
2009-04-30
1
-0
/
+1
*
Added mail hook to track exceptions on App Engine application.
Andi Albrecht
2009-04-30
2
-2
/
+21
*
Initial approach to provide an experimental Py3K version.
Andi Albrecht
2009-04-30
4
-1
/
+77
*
Return an empty string iff a token's value is None.
Andi Albrecht
2009-04-30
1
-1
/
+1
*
Turn relative import in tests module to absolute imports.
Andi Albrecht
2009-04-30
2
-2
/
+2
*
Corrected remote API URL ;-)
Andi Albrecht
2009-04-30
1
-1
/
+0
*
* Provide better error message when example client fails.
Andi Albrecht
2009-04-30
2
-2
/
+16
*
Recognize backticks quoting identifiers.
Andi Albrecht
2009-04-29
3
-2
/
+16
*
Typo fixed.
Andi Albrecht
2009-04-27
1
-1
/
+1
[prev]
[next]