| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bump version to 0.1.8.0.1.8 | Andi Albrecht | 2013-06-29 | 2 | -3/+3 |
| | | |||||
| * | Improve parsing of PEP249-style placeholder (fixes #103). | Andi Albrecht | 2013-06-29 | 3 | -0/+13 |
| | | |||||
| * | Code cleanup. | Andi Albrecht | 2013-06-17 | 1 | -0/+5 |
| | | |||||
| * | Fix indentation and simplify processing logic in example (fixes issue98, ↵ | Andi Albrecht | 2013-06-17 | 1 | -5/+5 |
| | | | | | issue99). | ||||
| * | Merge pull request #100 from rnix/patch-1 | Andi Albrecht | 2013-06-17 | 1 | -1/+3 |
| |\ | | | | | Stop parsing tables at first keyword after "from". | ||||
| | * | Stop parsing tables at first keyword after "from". | Robert Nix | 2013-06-17 | 1 | -1/+3 |
| |/ | | | | Currently, the parser isn't smart enough to acknowledge the end of the from-clause list so keywords as table names will still fail. But in simple tests, this solution works. Best-practice: don't use SQL keywords as table names. :) | ||||
| * | Allow whitespaces in certain keywords (fixes #97). | Andi Albrecht | 2013-06-17 | 3 | -3/+33 |
| | | |||||
| * | Update changelog. | Andi Albrecht | 2013-06-07 | 2 | -0/+2 |
| | | |||||
| * | Merge pull request #95 from mulos/master | Andi Albrecht | 2013-06-06 | 1 | -0/+1 |
| |\ | | | | | Added token 'USE' to keywords | ||||
| | * | Added token 'USE' to keywords | mulos | 2013-06-06 | 1 | -0/+1 |
| |/ | |||||
| * | Strip leading and trailing whitespaces from splitted statements. | Andi Albrecht | 2013-05-15 | 3 | -1/+10 |
| | | |||||
| * | Add test file for performance tests. | Andi Albrecht | 2013-05-15 | 1 | -0/+1 |
| | | |||||
| * | Improve performance of reindent engine a bit (targets issue41). | Andi Albrecht | 2013-05-10 | 2 | -4/+11 |
| | | |||||
| * | Add insecure flag when testing on Python 2.5. | Andi Albrecht | 2013-05-10 | 1 | -1/+1 |
| | | |||||
| * | Simplify travis configuration. | Andi Albrecht | 2013-05-10 | 1 | -14/+10 |
| | | |||||
| * | Update authors and changelog. | Andi Albrecht | 2013-05-10 | 3 | -2/+5 |
| | | |||||
| * | Merge pull request #94 from kilowu/master | Andi Albrecht | 2013-05-09 | 2 | -0/+7 |
| |\ | | | | | Fixed issue#93: Function.get_parameters returns empty list if there is only one parameter. | ||||
| | * | Added test for Function.get_parameters(). | wayne.wuw | 2013-05-09 | 1 | -0/+5 |
| | | | |||||
| | * | Fixed Function.get_parameters (issue93). | wayne.wuw | 2013-05-09 | 1 | -0/+2 |
| |/ | |||||
| * | Fix typo in keyword list (fixes issue92). | Andi Albrecht | 2013-04-28 | 1 | -1/+1 |
| | | |||||
| * | Update Changelog and AUTHORS. | Andi Albrecht | 2013-04-26 | 2 | -0/+2 |
| | | |||||
| * | Merge pull request #91 from yriveiro/master | Andi Albrecht | 2013-04-26 | 4 | -2/+8 |
| |\ | | | | | Added STRAIGHT_JOIN token to the parser | ||||
| | * | Fixed lack of a new line before function in test_format.py. | Yago Riveiro | 2013-04-26 | 1 | -0/+1 |
| | | | |||||
| | * | Added test to STRAIGHT_JOIN token. | Yago Riveiro | 2013-04-26 | 1 | -1/+5 |
| | | | |||||
| | * | Added STRAIGHT_JOIN token. | Yago Riveiro | 2013-04-25 | 3 | -2/+3 |
| |/ | |||||
| * | Allow NULL keyword in assignments (fixes #90). | Andi Albrecht | 2013-04-20 | 4 | -2/+39 |
| | | |||||
| * | Add Python 3.3 to tox configuration. | Andi Albrecht | 2013-04-20 | 1 | -1/+10 |
| | | |||||
| * | Bump version again. | Andi Albrecht | 2013-04-06 | 2 | -1/+7 |
| | | |||||
| * | Bump version.0.1.7 | Andi Albrecht | 2013-04-06 | 2 | -3/+3 |
| | | |||||
| * | Detect runaway indentations and go back to first column instead of going crazy. | Andi Albrecht | 2013-04-06 | 2 | -1/+10 |
| | | | | | | Even though the resulting statement is not correctly formatted, it's much more usable than before. | ||||
| * | Allow keywords in identifier lists (fixes #10). | Andi Albrecht | 2013-04-06 | 2 | -0/+3 |
| | | |||||
| * | Add order criterion to identifier in ORDER BY clause (fixes #89). | Andi Albrecht | 2013-04-05 | 6 | -3/+48 |
| | | |||||
| * | Sort list of contributors. | Andi Albrecht | 2013-04-04 | 1 | -1/+1 |
| | | |||||
| * | Fix highlighter language in documentation. | Andi Albrecht | 2013-04-04 | 1 | -1/+1 |
| | | |||||
| * | Add encoding parameter to top-level functions (fixes issue20). | Andi Albrecht | 2013-04-04 | 7 | -18/+49 |
| | | |||||
| * | Remove agogo excludes from MANIFEST.in | Andi Albrecht | 2013-03-27 | 1 | -2/+0 |
| | | |||||
| * | Fix internals of _group_left_right, avoid identifying keywords as aliased ↵ | Andi Albrecht | 2013-03-18 | 3 | -3/+20 |
| | | | | | identifiers. | ||||
| * | Add minimal changes to support Python 2.4. | Andi Albrecht | 2013-02-28 | 4 | -3/+7 |
| | | | | | | Fair warning: Support for Python 2.4 may be dropped at any time. But as long as the changes are that minimal and have no significant side-effects we can keep up the compatibility. | ||||
| * | Clean up Makefile a bit. | Andi Albrecht | 2013-02-25 | 1 | -3/+3 |
| | | |||||
| * | Add unit test for sqls containing binary data. | Andi Albrecht | 2013-02-25 | 1 | -0/+13 |
| | | |||||
| * | Add changelog. | Andi Albrecht | 2013-02-25 | 2 | -0/+3 |
| | | |||||
| * | Merge pull request #88 from nostrict/patch-1 | Andi Albrecht | 2013-02-25 | 1 | -1/+4 |
| |\ | | | | | Unicode-escape for binary data (sqlparse/lexer.py) | ||||
| | * | Unicode-escape for binary data (sqlparse/lexer.py) | Alexey Malyshev | 2013-02-25 | 1 | -1/+4 |
| |/ | | | fix "UnicodeDecodeError: 'utf8' codec can't decode byte 0xfd in position 71: invalid start byte" when query contains binary data | ||||
| * | Add Changelog entry. | Andi Albrecht | 2013-02-22 | 2 | -0/+4 |
| | | |||||
| * | Merge pull request #87 from pjdelport/bugfix/sqlformat-python3 | Andi Albrecht | 2013-02-22 | 2 | -8/+16 |
| |\ | | | | | Fix sqlformat script to be Python 3 compatible. | ||||
| | * | Limit explicit UTF-8 encoding to Python < 3. | Piet Delport | 2013-02-22 | 1 | -2/+4 |
| | | | |||||
| | * | Compatibility: Avoid "print >>sys.stderr". | Piet Delport | 2013-02-22 | 1 | -2/+2 |
| | | | |||||
| | * | sqlformat: Fix except blocks to be Python 3 and 2.5 compatible. | Piet Delport | 2013-02-22 | 1 | -3/+6 |
| | | | |||||
| | * | Tests: Add a sanity check that bin/sqlformat parses. | Piet Delport | 2013-02-22 | 1 | -1/+4 |
| |/ | |||||
| * | Dynamically change bufsize to parse lenghty tokens faster (fixes #86). | Andi Albrecht | 2013-02-13 | 2 | -1/+15 |
| | | |||||
