| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Compact function was doing too much things... | Jesús Leganés Combarro | 2012-05-23 | 1 | -5/+3 |
| * | 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 | 2 | -3/+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 | 6 | -17/+105 |
| |\ | |||||
| | * | Merge pull request #68 from piranna/master | Andi Albrecht | 2012-05-19 | 2 | -12/+81 |
| | |\ | |||||
| | | * | Added limit to cache | Jesús Leganés Combarro "Piranna" | 2012-05-19 | 1 | -2/+7 |
| | | * | Fixed comments by Andi | Jesús Leganés Combarro "Piranna" | 2012-05-19 | 1 | -7/+7 |
| | | * | Merge branch 'master' of github.com:andialbrecht/sqlparse | Jesús Leganés Combarro "Piranna | 2012-05-18 | 2 | -0/+9 |
| | | |\ | | |/ | |/| | |||||
| | * | | Merge pull request #67 from piranna/master | Andi Albrecht | 2012-05-15 | 4 | -110/+107 |
| | |\ \ | |||||
| | * \ \ | Merge pull request #65 from piranna/master | Andi Albrecht | 2012-04-27 | 3 | -8/+6 |
| | |\ \ \ | |||||
| | * | | | | Add FIXME. | Andi Albrecht | 2012-04-23 | 1 | -0/+2 |
| | * | | | | Merge pull request #64 from bittrance/master | Andi Albrecht | 2012-04-23 | 2 | -0/+7 |
| | |\ \ \ \ | |||||
| | | * | | | | VALUES was incorrectly treated as a function | quest | 2012-04-22 | 2 | -0/+7 |
| | | | | | * | Added memoize_generator and use it on IncludeStatement | Jesús Leganés Combarro "Piranna" | 2012-05-17 | 2 | -4/+46 |
| | | | | | * | Option to embeb exception on recursion limit | Jesús Leganés Combarro "Piranna" | 2012-05-17 | 1 | -6/+18 |
| | | | | | * | Raise exception on INCLUDE loading failure | Jesús Leganés Combarro "Piranna" | 2012-05-17 | 1 | -4/+12 |
| | | | | | * | Raise an exception on max recursion limit reached | Jesús Leganés Combarro "Piranna" | 2012-05-17 | 1 | -1/+5 |
| | | | | | * | Optimized IncludeStatement | Jesús Leganés Combarro "Piranna" | 2012-05-17 | 1 | -6/+4 |
| | | | | |/ | |||||
| * | | | | | Fixed comments by Andi | Jesús Leganés Combarro "Piranna" | 2012-05-19 | 2 | -9/+9 |
| * | | | | | Added compact filter and tests | Jesús Leganés Combarro "Piranna" | 2012-05-17 | 2 | -6/+45 |
| * | | | | | Added tests for functions | Jesús Leganés Combarro "Piranna" | 2012-05-17 | 2 | -2/+105 |
| * | | | | | Added functions from AntiORM | Jesús Leganés Combarro "Piranna" | 2012-05-17 | 1 | -0/+44 |
| | |_|_|/ |/| | | | |||||
| * | | | | Removed debug code | Jesús Leganés Combarro | 2012-05-16 | 1 | -1/+0 |
| * | | | | Some little optimizations | Jesús Leganés Combarro "Piranna" | 2012-04-28 | 1 | -27/+28 |
| * | | | | Removed TokenFilter and using duck-typing instead (more pythonic) | Jesús Leganés Combarro "Piranna" | 2012-04-28 | 2 | -30/+13 |
| * | | | | Unified Filter and TokenFilter (they were equal | Jesús Leganés Combarro "Piranna" | 2012-04-28 | 1 | -17/+11 |
| * | | | | Finished homogeneization | Jesús Leganés Combarro "Piranna" | 2012-04-28 | 1 | -6/+19 |
| * | | | | Clean-up and optimizations | Jesús Leganés Combarro "Piranna" | 2012-04-28 | 1 | -6/+10 |
| * | | | | Removed Pep8 warnings | Jesús Leganés Combarro "Piranna" | 2012-04-28 | 1 | -3/+6 |
| * | | | | Put common code from Python and PHP output filters in OutputFilter | Jesús Leganés Combarro "Piranna" | 2012-04-28 | 2 | -37/+37 |
| | |_|/ |/| | | |||||
| * | | | Re-use of parsestream() for parse() (they are almost equal) | Jesús Leganés Combarro | 2012-04-27 | 1 | -4/+2 |
| * | | | Added Quest to authors and little convention fixed | Jesús Leganés Combarro "Piranna" | 2012-04-23 | 2 | -2/+4 |
| * | | | Merge branch 'master' of github.com:andialbrecht/sqlparse | Jesús Leganés Combarro "Piranna | 2012-04-23 | 6 | -30/+129 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #63 from bittrance/master | Andi Albrecht | 2012-04-21 | 6 | -30/+129 |
| | |\ \ | | |/ | |||||
| | | * | various optimizations in sql.py | quest | 2012-04-22 | 2 | -9/+21 |
| | | * | Oops; doesnt handle UTF-8 correctly when reading from stream | quest | 2012-04-22 | 1 | -3/+4 |
| | | * | splitstream -> parsestream | quest | 2012-04-21 | 2 | -12/+13 |
| | | * | Minor clarifications and doc updates | quest | 2012-04-21 | 2 | -10/+12 |
| | | * | Always use a stream internally; makes things more readable. | quest | 2012-04-21 | 2 | -16/+16 |
| | | * | We can now work with file-like objects. | quest | 2012-04-21 | 4 | -18/+101 |
| | |/ | |||||
| * | | Merge branch 'master' of github.com:andialbrecht/sqlparse | Jesús Leganés Combarro "Piranna | 2012-04-21 | 11 | -68/+112 |
| |\ \ | |/ | |||||
| | * | Bump version to 0.1.40.1.4 | Andi Albrecht | 2012-04-20 | 2 | -4/+4 |
| | * | Show build status icon as link. | Andi Albrecht | 2012-04-20 | 1 | -1/+3 |
| | * | Replace .hgignore by .gitignore, remove .hgtags. | Andi Albrecht | 2012-04-20 | 2 | -5/+0 |
| | * | TokenLists.value is equal to their unicode() representation (fixes #30). | Andi Albrecht | 2012-04-19 | 1 | -1/+1 |
| | * | Properly group placeholders in identifier lists (fixes #52). | Andi Albrecht | 2012-04-19 | 2 | -3/+5 |
| | * | Pretty formatting of role keyword in identifier list (fixes #49). | Andi Albrecht | 2012-04-19 | 2 | -3/+4 |
| | * | Pretty format comments in identifier lists (fixes issue59). | Andi Albrecht | 2012-04-19 | 4 | -14/+28 |
