summaryrefslogtreecommitdiff
path: root/tests/test_format.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix SerializerUnicode to split unquoted newlinesMichael Schuller2014-03-101-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 Albrecht2013-07-091-0/+26
|
* Fixed lack of a new line before function in test_format.py.Yago Riveiro2013-04-261-0/+1
|
* Added test to STRAIGHT_JOIN token.Yago Riveiro2013-04-261-1/+5
|
* Add order criterion to identifier in ORDER BY clause (fixes #89).Andi Albrecht2013-04-051-0/+11
|
* PEP8'ified to code a bit.Andi Albrecht2012-11-121-1/+1
|
* Move SQLParseError to proper location and start deprecation of ↵Andi Albrecht2012-11-031-9/+10
| | | | sqlparse.SQLParseError.
* Put common code from Python and PHP output filters in OutputFilterJesús Leganés Combarro "Piranna"2012-04-281-2/+2
|
* Preserve whitespace after subgroups.Andi Albrecht2012-04-191-0/+6
|
* Choose first token during identifier grouping when both names/symbols and ↵Andi Albrecht2011-09-271-1/+6
| | | | functions are found (fixes issue45).
* Releax keyword detection, when keywords are used as function names (fixes ↵Andi Albrecht2011-07-241-0/+7
| | | | issue36).
* Fix formatting issue with extended CASE statements.Andi Albrecht2011-02-281-0/+8
|
* Ignore identifiers in double-quotes when changing identifier case (fixes ↵Andi Albrecht2010-11-211-1/+1
| | | | issue21).
* Ignore AND after BETWEEN when reindenting statements (fixes issue14).Andi Albrecht2010-11-211-0/+8
|
* Fix test case for CASE reindent.Andreas Albrecht2010-01-111-3/+4
|
* Add formatting test case for complex identifier lists.Andi Albrecht2009-07-121-0/+10
|
* * Python and PHP output filter now add a trailing whitespace.Andi Albrecht2009-05-061-0/+45
| | | | * More test coverage.
* Improved check for duplicated newlines (targets issue3).Andi Albrecht2009-05-051-0/+5
|
* Added unittest for issue3.Andi Albrecht2009-05-051-2/+15
|
* Handle wildcards in identifiers.Andi Albrecht2009-04-241-0/+5
|
* Analyse AS recursive (fixes issue4).Andi Albrecht2009-04-211-0/+9
|
* Initial import.Andi Albrecht2009-04-031-0/+146