| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix of problem with multiline treated as stackable while /* /* */ is one ↵ | JacekPliszka | 2015-02-12 | 1 | -0/+3 |
| | | | | | comment, not two stacked | ||||
| * | Improve formatting of HAVING statements. | Andi Albrecht | 2014-12-21 | 1 | -0/+15 |
| | | |||||
| * | Fix SerializerUnicode to split unquoted newlines | Michael Schuller | 2014-03-10 | 1 | -0/+17 |
| | | | | | | | | This provides a fix to issue #131. The `split_unquoted_newlines()` function added to the utils module handles the splitting of the string by performing a simple iteration of the string passed in and splitting on unquoted CR, LF, or CR+LFs as they are found. | ||||
| * | Add option to truncate long string literals. | Andi Albrecht | 2013-07-09 | 1 | -0/+26 |
| | | |||||
| * | 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 |
| | | |||||
| * | Add order criterion to identifier in ORDER BY clause (fixes #89). | Andi Albrecht | 2013-04-05 | 1 | -0/+11 |
| | | |||||
| * | PEP8'ified to code a bit. | Andi Albrecht | 2012-11-12 | 1 | -1/+1 |
| | | |||||
| * | Move SQLParseError to proper location and start deprecation of ↵ | Andi Albrecht | 2012-11-03 | 1 | -9/+10 |
| | | | | | sqlparse.SQLParseError. | ||||
| * | Put common code from Python and PHP output filters in OutputFilter | Jesús Leganés Combarro "Piranna" | 2012-04-28 | 1 | -2/+2 |
| | | |||||
| * | Preserve whitespace after subgroups. | Andi Albrecht | 2012-04-19 | 1 | -0/+6 |
| | | |||||
| * | Choose first token during identifier grouping when both names/symbols and ↵ | Andi Albrecht | 2011-09-27 | 1 | -1/+6 |
| | | | | | functions are found (fixes issue45). | ||||
| * | Releax keyword detection, when keywords are used as function names (fixes ↵ | Andi Albrecht | 2011-07-24 | 1 | -0/+7 |
| | | | | | issue36). | ||||
| * | Fix formatting issue with extended CASE statements. | Andi Albrecht | 2011-02-28 | 1 | -0/+8 |
| | | |||||
| * | Ignore identifiers in double-quotes when changing identifier case (fixes ↵ | Andi Albrecht | 2010-11-21 | 1 | -1/+1 |
| | | | | | issue21). | ||||
| * | Ignore AND after BETWEEN when reindenting statements (fixes issue14). | Andi Albrecht | 2010-11-21 | 1 | -0/+8 |
| | | |||||
| * | Fix test case for CASE reindent. | Andreas Albrecht | 2010-01-11 | 1 | -3/+4 |
| | | |||||
| * | Add formatting test case for complex identifier lists. | Andi Albrecht | 2009-07-12 | 1 | -0/+10 |
| | | |||||
| * | * Python and PHP output filter now add a trailing whitespace. | Andi Albrecht | 2009-05-06 | 1 | -0/+45 |
| | | | | | * More test coverage. | ||||
| * | Improved check for duplicated newlines (targets issue3). | Andi Albrecht | 2009-05-05 | 1 | -0/+5 |
| | | |||||
| * | Added unittest for issue3. | Andi Albrecht | 2009-05-05 | 1 | -2/+15 |
| | | |||||
| * | Handle wildcards in identifiers. | Andi Albrecht | 2009-04-24 | 1 | -0/+5 |
| | | |||||
| * | Analyse AS recursive (fixes issue4). | Andi Albrecht | 2009-04-21 | 1 | -0/+9 |
| | | |||||
| * | Initial import. | Andi Albrecht | 2009-04-03 | 1 | -0/+146 |
