| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Use tox for (local) testing. | Andi Albrecht | 2012-12-31 | 3 | -2/+11 | |
| * | Add PyPy to travis configuration. | Andi Albrecht | 2012-12-31 | 1 | -1/+2 | |
| * | Fix parsing error with dollar-quoted procedure bodies (fixes issue83). | Andi Albrecht | 2012-12-22 | 4 | -1/+48 | |
| * | parse version number instead of importing sqlparse in setup.py | Andi Albrecht | 2012-11-24 | 4 | -17/+27 | |
| * | Update authors and changelog. | Andi Albrecht | 2012-11-15 | 2 | -1/+9 | |
| * | Merge pull request #80 from vthriller/master | Andi Albrecht | 2012-11-14 | 1 | -9/+69 | |
| |\ | ||||||
| | * | fix py3k support patch | vthriller | 2012-11-15 | 1 | -9/+69 | |
| * | | Add directory for coverage report to .gitignore. | Andi Albrecht | 2012-11-15 | 1 | -0/+1 | |
| |/ | ||||||
| * | Update release notes, bump version to 0.1.5.0.1.5 | Andi Albrecht | 2012-11-13 | 2 | -8/+9 | |
| * | ...but it's not a Mercurial repository. | Andi Albrecht | 2012-11-13 | 1 | -1/+1 | |
| * | Fix project links in docs. | Andi Albrecht | 2012-11-13 | 1 | -2/+2 | |
| * | Merge branch 'work' | Andi Albrecht | 2012-11-12 | 15 | -86/+106 | |
| |\ | ||||||
| | * | PEP8'ified to code a bit. | Andi Albrecht | 2012-11-12 | 15 | -86/+106 | |
| * | | Remove superfluous cleanup conditions. | Andi Albrecht | 2012-11-12 | 1 | -4/+1 | |
| |/ | ||||||
| * | Prepare Changelog. | Andi Albrecht | 2012-11-11 | 2 | -1/+7 | |
| * | Fix typo. | Andi Albrecht | 2012-11-11 | 1 | -1/+1 | |
| * | Handle whitepaces between operators correctly, improve handling of concatenat... | Andi Albrecht | 2012-11-11 | 3 | -2/+36 | |
| * | Merge pull request #79 from MikeAmy/master | Andi Albrecht | 2012-11-07 | 2 | -4/+9 | |
| |\ | ||||||
| | * | Special case grouping logic for VARCHAR, otherwise it gets lost from field de... | Mike Amy | 2012-11-07 | 2 | -4/+9 | |
| |/ | ||||||
| * | Remove agogo theme (fixes issue 61). | Andi Albrecht | 2012-11-05 | 5 | -583/+0 | |
| * | Improve handling of quoted indentifiers (fixes issue78). | Andi Albrecht | 2012-11-03 | 4 | -10/+66 | |
| * | Switch to pytest, it's so much easier. | Andi Albrecht | 2012-11-03 | 4 | -73/+8 | |
| * | Move SQLParseError to proper location and start deprecation of sqlparse.SQLPa... | Andi Albrecht | 2012-11-03 | 7 | -15/+37 | |
| * | Update links in setup.py, thanks to @bulkanevcimen. | Andi Albrecht | 2012-08-24 | 1 | -4/+6 | |
| * | Simplify the regular expressions by using character groups, allow all unicode... | Andi Albrecht | 2012-08-12 | 1 | -7/+7 | |
| * | Encode value when reprinting the object. | Andi Albrecht | 2012-08-12 | 1 | -1/+1 | |
| * | Add Kevin Jing Qiu as contributor. | Andi Albrecht | 2012-07-24 | 1 | -0/+1 | |
| * | Added mising sql file for tests | Jesús Leganés Combarro "Piranna" | 2012-05-27 | 1 | -0/+6 | |
| * | Merge branch 'master' of github.com:piranna/sqlparse | Jesús Leganés Combarro "Piranna" | 2012-05-23 | 2 | -12/+42 | |
| |\ | ||||||
| | * | Fixed test_includeStatement | Jesús Leganés Combarro "Piranna | 2012-05-23 | 1 | -1/+1 | |
| | * | Finished test for IncludeStatement | Jesús Leganés Combarro "Piranna | 2012-05-23 | 1 | -2/+5 | |
| | * | Fixed 'compact' tests | Jesús Leganés Combarro "Piranna | 2012-05-23 | 1 | -4/+21 | |
| | * | Fixed some tests | Jesús Leganés Combarro "Piranna | 2012-05-23 | 1 | -3/+15 | |
| | * | Updated tests | Jesús Leganés Combarro "Piranna | 2012-05-23 | 1 | -4/+4 | |
| | * | Merge branch 'master' of github.com:andialbrecht/sqlparse | Jesús Leganés Combarro "Piranna | 2012-05-23 | 0 | -0/+0 | |
| | |\ | ||||||
| | | * | Merge pull request #69 from piranna/antiorm | Andi Albrecht | 2012-05-23 | 6 | -2/+199 | |
| | | |\ | ||||||
| | * | | | Compact function was doing too much things... | Jesús Leganés Combarro | 2012-05-23 | 1 | -5/+3 | |
| * | | | | Changed Compact to compact | Jesús Leganés Combarro "Piranna" | 2012-05-23 | 2 | -5/+5 | |
| |/ / / | ||||||
| * | | | 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 | |
